Get Space Elements by parameter value?

Hello,

I have a list of number values for space instances I want to modify in Revit. I’m trying to figure out how to get the selection of Spaces from the Space numbers in Revit. Is there a node that does this?

Add after List.Sort, List.IndexOf and connect the output to List.GetItemAtIndex (to this you need to attach you elements list).

1 Like

Thank you very much AlexanderBerg