Boolean OR logic operation on sublists

How do I run “Boolean OR” operation on the sublists to generate an evaluated list?
Also, how can I standardize the method(by not picking each sublist out) to consider more than two sublists?


p.s. Doesn’t Dynamo’s native Logic OR node work with a list type?

Use the || node.
The Or node is for a single query/output. It does not work with lists.

2 Likes

Thank you! That was clear enough.