List and Rename Rooms

The list filter’s mask input wants a boolean or a series of trues and falses and it’ll filter your list based on those true false values. I’ve highlighted two ways to filter the room names, one method the room name has to contain some of the name we input and the other method the room name MUST equal it.
Hope this helps!

1 Like