I am setting up a flow that creates a task when an item is added to a Sharepoint list. I want the flow to stop until that Task item is marked as completed.
In the image below, my Flow does the following:
I'm not sure I understand the Count and the Timeout values on the Do until. I think the Count means that it will only run the number of times that matches it's value. I thought the Timeout meant that it would wait 2 minutes (for testing purposes) before running the Do until again. However, the result when I run the flow is that I immediately get 5 emails from the Do until--meaning that the Do until is not waiting 2 minutes.
Can you help me understand what the Timeout means?
Is there another way I can stop my Flow from running until the Task is marked as completed?
Thanks for any help anyone can offer.
There's another parallel branch under the approval action. What's in it?
hi there, @lshake @v-xida-msft
I have a similar problem but in the case of an approval within a "do until" loop connected to a variable.
Even though the approval was approved, the loop keeps on running (just like @lshake desribed with the multiple emails)
Can you guys help me?
Kris,
Thank you for your help.
Yes, my goal is to repeat the steps within "Do Until" until the task item is marked as completed.
So, if the Timeout value just limits the duration of each iteration of the Do Until, I'm guessing I would need to add a Delay if I want each iteration to run on a set interval.
I will try that. Thanks again for taking the time to help.
Hi @lshake,
Do you want to repeat the steps within “Do Until” until the task item is marked as completed?
The Timeout property of “Do Until” means that how long the loop should run. It limits the run duration of “Do Until”, if the run duration of “Do Until” is more than the value of Timeout, it will cause time out error.
Unfortunately, there is no any other way to achieve same effect except “Do Until” currently.
Best regards,
Kris
stampcoin
97
Michael E. Gernaey
72
Super User 2025 Season 1
David_MA
48
Super User 2025 Season 1