Hi All
I have a loop step in my workflow using a reference created via a smartobject.
This works OK and at each step of the loop the user can approve or reject
If they reject then the workflow is routed back to the beginning so that the item can be changed and resubmitted
Problem I have is that the loop index is not being reset.
If there are 10 users in the loop and the reject occurs at user 4 when it's resubmitted the loop index starts at 5 instead of going back to 1
How can I make the loop start from the beginning again?
Thanks
Paul