Sorting Multi Level List

I have a three-level list that I’m trying to sort.

I have managed to use the Sort by Key to sort two levels of the list but I’m missing how I can sort all three levels.

I found the Clockwork SortListOfLists and that does work. I’m wondering if there’s a way to do it with built-in nodes.

Thanks again!
Thom K.

@Thom_Krejci
Concatenate the values and use it as a key to sort.

2 Likes

Greetings!

Thank you for that quick response: That worked perfectly!

I would not have thought of combining them and then splitting them again.

Thank you again for giving me new insight on lists.

-Thom K.

2 Likes