Merging Boolean lists

Hi,
I am trying to figure out how to combine multiple Boolean lists into one so I don’t have to repeat List.FilterByBoolMask. Im looking to filter a list from excel by both name and if null. I want one list in the same order that if false on any of the lists shows up false on the combined list.

You can use an OR condition, either with the node or in a codeblock.

Thank you!
The “And” node worked for the if one is false then make false.

Yup, sorry, I misread your intentions for the two booleans the first time. Same idea though.

1 Like