2 July 2021
Power Automate - Try Catch
Power Automate tutorial: Power Automate - Try Catch
error-handling
manage-errors
pills
power-automate-errors
try-catch
1 min read
Power Automate tutorial: Power Automate - Try Catch
Hi, Today I want to explain how to implement “try-catch” (and “Finally” also if you need). It’s very simple…basically you should add “scope” , put actions inside, add another “scope” to manage error…let me show:
Now, we must configure “Run after” on this scope to execute it in case of error:
If you want , you can add also “Finally” scope to execute some actions in any case…your flow should be appears like this:
That’s all! Personally I use these scope to write log in case of error and success also.
Thanks