Sort 2 list in the same way

Hello, I have 2 lists of points that I would like to sort like the 2 lists of numbers (order from smallest to largest), any idea?

Hi @acoteHAQHS ,

You should use List.SortByKey for this:

PS: I added the List.Reverse to show how you could sort your points by largest to smallest instead.