Hi all,
I want to create a Document Approval Workflow for Sharepoint. The requirement is, that when an approval instance has rejected, the approval request should go one step back to the approval instance before like approval instance 2 has rejected it should go back to instance 1.
It works for approval 3 to go back to 2 but it did not work for approval 2 to go back to approval 1. In this case the approval 2 instance got the request again.
I guess the "Do until" is not place correct?
The outcome of "Do until 2" is based on approval 3 and the outcome of "Do until 1" is based on the outcome of approval 2.

Any suggestions?