Group by key - this should be easy

this should just sort the elements in 1…2…3…and 4… why do i get 12 separate listings.

Can you show a preview of the flatten node?

Also confirm that the data in the parameter value is comparable (list.sort would indicate this). If not convert the data to some other format (string, number, etc)

1 Like

getting the keys to a string did the trick…

That’s one of those confusing/annoying aspects that if you don’t know you struggle with for a bit.

Glad you’re sorted. :slight_smile: