I have a Forms table that is filled via Workflow and a single line field outside the table that sums up the number of rows that resulted. That single line field that sums up the rows is correct on the first try, but if there are any changes it is not always redoing the sum correctly.
This stage of the form design loops back to restart the workflows if a radio button is on No (no, retry) when the form is submitted, which causes the process to loop back to the workflows and re-do the table list.
This is where I'm running into trouble. The single line field that sums up how many rows in the table is correct the first time, but not always summing up correctly if the form loops back to run the workflows again.
Is there a way to force the sum to redo the sum calculation?