You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
ivanderwolf
changed the title
Until loop checks for variable to be true to break off, but breaks off before that variable is set to true by loop itself
Until loop checks for variable to be true to break off, but breaks off before that variable is set to true
Oct 29, 2024
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
The text was updated successfully, but these errors were encountered: