Can someone help with this…
I’m trying to split a list of elements (windows in this case) by unique family names.
I’m showing here a way which is probably not the right way of doing it,
and the problem in this way is that I can’t seem to find a way to loop it.
List.UniqueItems?
That and perhaps a List.GroupByKey node?
Jacob,
Can you explain in what way can I define the Key on which to group the sub lists?
Marcel,
I did exactly that when I got the unique types Marked in yellow in my list.
I’m trying to manipulate the different sub lists -
Actually splitting the list into families will do the trick.