But when if i try to do it with more then three elements i get an error from List.SortByKey (Key operation failed.Number of items does not match the number of keys) (Image is in the next post).
Where is my mistake?
In my opinion the number of items is equal to the number of keys.
@carspi in the first graph you are feeding 3 sublists and the Keys are 3 elements so its sorting correctly. on the other hand your second graph is sorting 3 sublists by 4 keys.