Exception handling is key to all automations, as no matter how hard we try there will always be unexpected behaviour
The run after isn't the most ...
For further actions, you may consider blocking this person and/or reporting abuse
Hi @wyattdave,
What is your recommendation for Exception handling when exception happens inside Do-Until loop (this is the only exception in Power Automate where Exceptions are not bubbling outside of the loop).
I think of these as generally business exceptions as the item being processed is generating the exception. In these cases I recommend handling each individually so that the flow can continue with the successful items. I would then log the failed items in a list/array and handle them separately.