That’s exactly what I just explained how to do (i.e. do NOT use decimals here… just use integers, so that they always refer to the actual index in the list).
Alternatively, you could use a recursive backend workflow to adjust the order numbers after you’re rearranged them (if you insist on using decimals)… but not only will that be much slower, but also a lot more costly in WU (as you’d be doing everything twice, AND recursive workflows are the most WU costly way of doing Bulk data manipulations in Bubble anyway).
It’s much more efficient (in terms of performance AND WU cost) to set the correct order numbers in the first place, as outlined in my previous response.
1 Like