Catch Exceptions in a Loop

My flow has a For Each loop with many sub flows running in this loop. If anything throws an error, I want to catch and log the exception, then have the loop continue. How can I set this up?

Comments

  • Hi there,

    The Catch Exception step is designed to terminate the flow. If you add Catch Exception steps into your sub flows and toggle the Exception Path for each sub flow, you can direct the exception to continue in your For Each loop.

    ~ Kathryn

Sign In or Register to comment.