Simple List Filter

Hey
I am a novice to dynamo ! What am I doing wrong here? Why isn’t a this simple list filter working? It is giving a false when it should be a true.

Hi, you are using List.FilterByBooleanMask with the wrong input :wink:
Connect to List your Elements list
Connect to Mask your boolean from String.Contains

1 Like

Excellent!! Thank you.