Hello everyone.
I tried to filter a sublist which contains true and false. I want to include all points, but only the lists that contain false.
Can you help?
Hello everyone.
I tried to filter a sublist which contains true and false. I want to include all points, but only the lists that contain false.
Can you help?
Use FilterByBoolMask node. βInβ output will be true, while βOutβ output will be false
Hi @jacob.d.nielsen ,
If you want to check if all items, per sublist, are equal, you could use multiple methods (both with the same output):
Then using a List.FilterByBoolMask node you can filter on just the lists that completely match or not.
It works, thank you very much.