
Announcements
Hi Team,
I am having a sharepoint list which has fields such as Stage 1 comments, Stage 2 comments, etc., till Stage 30 comments.
I am using a Flow where it take each stage for approvals and update the comments as In progress / Completed.
The stages 1, 2, 3, 4, 6 are getting approved before stage 5, so I am using a Do until to wait for stage 5 completion to initiate stage 7. But its not working it get stuck in do until loop itself. Screen shot attached.
Kindly help.
Thanks - Sarath
Hi @sarath_123 how are you?
I think you can use a variable to check if the loop needs to continue and get the item again.
Check my sample below. In my list the attribute "Approved" has "false" as initial value. At my flow I wait until the "Approved" attribute be equal to "true", that way stopping the do until loop.
Please let me know if this information helped on your question.
Regards.
Rodrigo Hentz
Microsoft Support Engineer