Logic App | Try-Catch Pattern, Nested Scopes, And Compensating Transaction Pattern
The Try-Catch Pattern Following the idea of defensive programming or as I like to call it for Logic Apps (being low code): defensive processing, it is considered good practice to wrap your workflows in a try-catch pattern to handle the unexpected. The pattern makes use of a mixture of Run After conditions and the Scope block.
Run After Conditions | used to define the execution order based on the state of the previous action or scope Scope Block | provides the ability to group a series of actions.
Posted by Andrew Wilson on Wednesday, January 8, 2025