Sorting elements based on a shared parameter?

Hi,

I have a task at hand that I can’t get to work. I want to filter rooms (element) based on a shared parameter that I have already assigned to them.

Thank you!

Look at Group.ByKey and Sort.ByKey nodes where the parameter value is the key. If you need any further assistance, it would help if you post a clip of what you have done so far.

Found it, I had a problem since the elements wouldn’t sort automatically with the List.SortByKey. I initially sorted the Element.ID based on the shared parameter and then used the sorted list of the ElementIDs to sort the Elements themselves (rooms) with the List.SortByKey.

1 Like

If you resolved your issue, please mark your last post as the resolution.
Thank,