List FilterBy BoolMask return Null

Hi all,
I am trying to filter Rooms by room name by using List.FilterByBoolMask but not sure why it return null. Needed help here… below is the screen shot

Thanks in advance

Try connecting the All Elements of Category output as the list input for List.FilterByBoolMask.


Right now, you are filtering using the parameter names, so the output are parameter names. Element.Id needs elements, so you need to filter the elements.

1 Like

try this instead.

2 Likes

Thank you very much !

Thank a lot !