Within it, get paginated results from an API until you reach last page
Have a condition check if there are more results to be got, if yes, keep looping, if no, set var "done" to true
The loop is stopped if var "done" is true
This particular set-up will sometimes loop until it is actually done, and sometimes will stop just 1 loop short of the expected amount of loops. If you check the last run it does not set the variable to true, but somehow still stops running.
Describe the Bug with repro steps
This particular set-up will sometimes loop until it is actually done, and sometimes will stop just 1 loop short of the expected amount of loops. If you check the last run it does not set the variable to true, but somehow still stops running.
What type of Logic App Is this happening in?
Standard (Portal)
Which operating system are you using?
Windows
Are you using new designer or old designer
New Designer
Did you refer to the TSG before filing this issue? https://aka.ms/lauxtsg
No
Workflow JSON
Screenshots or Videos
No response
Browser
Chrome
Additional context
No response