Sorting Structural Framing By Reference Level

Hi! Say you have a list of all concrete structural framing in the model. How do you sort the structural framing in terms of its reference level? Output is something like: {Level 1: , Level 2: }

Hi @xtiandirige ,

See something like this:

You might have to extract the reference levels’ name for the keys input.

Also, these links my be of interest.
https://dictionary.dynamobim.com/2/#/Core/List/Action/GroupByKey
https://dictionary.dynamobim.com/2/#/Core/List/Action/SortByKey

Hey @Daan , thanks for this. Appreciate it