Forum Discussion
Haniel Croitoru
Jul 02, 2017Learn Expert
Automating Reminders for Approval Flows
Microsoft has recently introduced Approvals to Flow. This functionality provides users with an easy way to look at all their outstanding approval requests and action them. But what if ...
Varun Venkatesh Kumar
Jan 15, 2018Copper Contributor
I did create exactly the same flow and it works perfectly except for one thing. The do until flow runs for one last time after I approve the request and the approval variable is set to true. Technically the do until loop should not run when we approve the request and the approval variable is set to true, but somehow the loop runs one last time and send me a reminder email and closes the flow. Can someone help me understand if i am missing something here .
Joseph Collins
Jan 16, 2018Brass Contributor
I would guess your interval is rather short for testing purposes? Your interval has to be longer than your timeout.