
Is this a a bug. I am doing a test on the Action 'Do Until' I have a few simple steps.
1. Create integer variable and set to 1
2. Add Do Until set to operate until the Variable at step on equals 90
3. In the Do Until Process I set the variable to increment by one.
I run the flow and it is a success, however the it only runs till the variable is 60.
It never goes passed a count of 60. the two images show the settings and the result
AS far as I remember, the default limits of “Do until” is only run 60 times and an hour, you could click the “change limits” of the “Do until” to change it
According to this post, It looks like you an leave "Count" property empty, but I haven't test it myself
Hope this helps