
Announcements
We have a long running workflow which took around 2 hours to complete, and it showed that it ended successfully, as follow;-
but when i went through the successful instance , i found that 3 iterations of the Do Until raised errors , here is one of the iterations, where the Parse JSON went wrong:-
so this is misleading, as the first screen will give us an indication that everything went well,, but if we check the successful instance further we can see that there are errors (as shown in the second screen)... any advice on the above confusion? and why MS flow marked the flow which have errors as successful ?
Thanks
Hi @johnjohn123 ,
A Do Until will continue to run until a condition is met even if one of the loops failed.
I came across this post where you can add some try / catch logic to create a flag. You can then use the flag in your do until condition to exit the loop if you want.
You can use the above in conjunction with this action
--------------------------------------------------------------------------
If I have answered your question, please mark my post as a solution
If you have found my response helpful, please give it a thumbs up
Connect on LinkedIn