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:
- Creates the task item
- Sends an email informing that the task has been created
- Runs a "Do Until" that should run until Task Status is Completed. It does the following:
- Gets the Task item fresh
- Sends an email (for testing purposes) telling me the task is not done
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.
