Hi there, I’m new at dynamo. I’m trying to filter this list out so only the lists with false values in the index are listed. Any assistance will be greatly appreciated. Thanks!
Hi @JLR8,
Try the List.FilterByBoolMask node (placed where your List.Create node is now placed)
This node filters by true and false values as keys
1 Like
That worked perfectly! Thanks!
1 Like