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.