Cross filter Rooms by names in an excel sheet

Hello evryone, I’m new here and also using Dynamo. I hope that somebody can help me.

Here is my issue: I have an excel list with room names, and I need to cross those names with the rooms in my model. This is what I got so far, but with no succes:

Thanks!

Hi @leonardo.russ,
Welcome to the Dynamo community.

See if this help.

List.Contains might be better suited

1 Like

It worked in some ways… But now I only have the strings (names) of those elements, I need to filter the actual elements. Any sugestions?

Connect the elements from All Elements of Type node to the List.FilterByBoolMask node.

1 Like

Great, very simple solution! Thank you!

1 Like