Parsing data in a list

hello

is there a way to filter sublists in a way that if an entry is true, the whole sublist will be dropped?

like 5 List and 6 List, should be dropped (with all entries in them), but the rest of sublists will continue in the workflow?

List.AllFalse with the input set to @L2. List.FilterByBoolMask with the lists of true/false lists as the list input, and the AllFalse as the boolean input.

1 Like

found a node called “anytrue”, that does the same.

thank you so much for your help