How do i cycle back through RG and update the ORDER NUMBER

I am trying to make some drag drop boxes that are re-orderable… i would like to just drag the group with Order # to another group and just add 0.1 to order number so that the RG records order is correct.
This only works for a little bit until you add new records or drag too many times. Somehow they all end up at the same number sooner or later.

Record1 - 1
Recoord2 - 2
Record3 - 2.1 (Dragged on to position 2 becoming 2.1)
Record4 - 3

Then have it cycle back through as a scheduled custom WF and fix them, rolling them back to 1,2,3,4 in the same order. Is there an easy way to do this. There does not seem to be a way to get the current cells index to cycle through each record. It seems you can only call the index of the record you are updating and apply that index to ALL records in the rep group.

There are a couple of posts in the forum on this including

This topic was automatically closed after 70 days. New replies are no longer allowed.