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:
- Delay of 1 hour.
- Every 24 hours the DayCounter is incremented by 1
- When the DayCounter variable >24, send a Reminder email
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:
- showing the execution date/time - 8th January - which is 6 days ago
- showing the time expended on the Legal approval condition branch
- showing the number of iterations the Do...Until step has run ... but which only goes up to 60, even though it should be at least 6 days * 24 hours = 144 iterations
so what is happening here?

Report
All responses (
Answers (