Sort list by repositioning

Hello friend. I want to sort my list so for example index 2 go to index 0 and … how can I do that?

You can use List.GetItemAtIndex or List.SortByKey

1 Like