I have an approval set up and the next step after the approval is a condition.
I want to run a parallel branch off the condition with a "Do Until" type scenario which will keep sending reminder Emails to the approvers (multiple approvers) until the previous step, the approval, is "successful".
So what I need is an "action" which checks for the previous action to be successful and keep doing what it's doing until it sees that. When the action sees that the previous action is "successful" it stops.
Any ideas?