Removing items from list by "false" listing in another list

Hi

I’m trying to “clean” a list. I want to create a new list that lists the categories from first watch node, but only shows the ones that correspond with the true values of the second node.

So, in the below example, the list would be

Air Terminals
Doors
Walls

With the rest removed

Can this be achieved? Thank you.

 

remove

You’re looking for “filter” by bool mask. Info about the node is here:

list-filterbyboolmask

Great, thanks Jacob, exactly what I needed.

Also, thank you ORGANON!