Repeating group list sort by field that is populated by the cell index

Eg.
Repeating group list of tasks ordered by the field Task_Group.

Task 1
– Task_Group = 1

Task 2
– Task_Group = 2

Task 3
– Task_Group = 3

In the workflow
Task 2 is deleted →
Then I do a page refresh →
Then I want to now update all remaining Tasks

Task 1
– Taks_Group = 1 (with the new cell index will equal 1

Task 3
– Task_Group = 2 (with the new cell index will equal 2

Then the page is refreshed again

Can anyone help me with the correct way to do this loop update

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