Hi,
I have seen this problem mentioned in other posts but not quite matches my scenario. I have the following flow;
The flow is working well. An approval is generated and if there is no reply after 5 minutes then a reminder email is sent out (Delay is set to 5 minutes for test purposes). When The approval email is approved or rejected no more reminder emails are sent. However, after the Approval has been submitted I have a variable (Append to string variable 4) which holds the Outcome of the approval. This successfully executed but it takes 5 minutes to update due to the delay.
What I need is to exit the Do Until loop when the condition is met and not go through what is inside the loop again. I know there are similar threads but they are all slightly different in configuration.
Regards