We have built an approval flow with a parallel branch that executes a Do..Until step until the item is approved (which sets a variable)...
It's built so that every 7 days an email reminder is sent.
The reminder branch logic is as follows:
It has been running for 6 days as you can see in the below image.
But why does the Do...Until only go up to 60?
here are larger pictures of each part:
In the pictures are three circled areas:
so what is happening here?
By default, a Do Until action will only execute a maximum of 60 times. This can be configured within the action to allow for more executions. Increase the Count property on your Do Until action to at least 144 to cover the number of loops that you require (this can be set to a maximum of 5000). I would have thought that you would also need to adjust the Timeout property but you may have already done this if your Flow is running for 6 days.
Hope that helps.
WarrenBelz
146,618
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,962
Most Valuable Professional