Hi, I'm trying to use do until loop in my process. I have configured it properly then also it is executing only once. I have attached the screenshot of my flow.
Thanks.
Solved! Go to Solution.
hi @priyankarajput to do a better example what you can do is try to read a value from somewhere like Sharepoint, see you need to change your value when your loop is running.
Proud to be a Flownaut!
@priyankarajput if the do-until is like do-while in some programming language. the actions inside of do-until will be executed first, then check the condition. if the condition is satisfied, run the next action after do-until, otherwise, continue executing actions inside of do-until action, but the limit in do-until is 60 times. If the do-until is a dead loop or need to execute more than 60 times, then it is only executed 60 times.
hi @priyankarajput to do a better example what you can do is try to read a value from somewhere like Sharepoint, see you need to change your value when your loop is running.
Proud to be a Flownaut!
@priyankarajput if the do-until is like do-while in some programming language. the actions inside of do-until will be executed first, then check the condition. if the condition is satisfied, run the next action after do-until, otherwise, continue executing actions inside of do-until action, but the limit in do-until is 60 times. If the do-until is a dead loop or need to execute more than 60 times, then it is only executed 60 times.
User | Count |
---|---|
88 | |
39 | |
23 | |
20 | |
16 |
User | Count |
---|---|
128 | |
49 | |
46 | |
34 | |
25 |