Does anyone have a tip on how to sort orders on drag/drop groups

Inside a repeating group I have a list of Todos. With a drag/drop feature I’m trying to sort the tasks based on the User preference.

Does anyone have a trick on how to add order numbers without ending up with duplicates or going to crazy with workflows?

I also tried making a change to the entire list based on the Item’s index, but that unfortunately added the same order ID for all the items.

nvm everyone, I just resolved it.

Solution: Change drop area data type Order and then change the current workflow data type’s Order.