Hello All,
I need to make from 1 list 2 lists sorted on their name, Arc / Line, these need to be in 2 different lists because i need to do different things with Arcs/ Lines.
Thanks in advance!
List.SortByKey where the lists are the groups and the keys are the UniqueKeys. I think you want @L3 and @L2 for the list levels, but you will need to experiment. Then use a List.Transpose node to flip into a list of Arcs, and a list of lines, before finally using a List.FirstItem and a List.Last item to split the list.
Try @L3 on the Transpose node.
You changed the sort by key node, so set that back to @L3 and @L2 as that was working.
Then if the Transpose doesn’t work adjust the levels accordingly.
Try changing the level on the Transpose to 3. This is a hard node to ‘get’ levels with as it’s working on stuff at multiple points in multiple levels.