While foreseeable errors (such as references to Blank) should be prevented by prior checking, unforeseeable errors inevitably occur.
Power Automate uses “scopes” to control the behavior when such errors occur.
What is Scope?

It is very useful to use it for the purpose of organizing processes, as it makes it easier to see the flow.
And this “scope” can also be used for exception handling.
How to write exception handling using scopes
Handling exceptions using scopes is accomplished by enclosing the process that is likely to generate an error in a scope and adding a parallel branch behind that scope in the event of an error.



*This time, it is also called when skipped (an error occurs further up the flow) or when a timeout occurs.

It is important to define what to do in case of failure for unexpected events, such as editing the SPO list without knowing that Power Automate exists.
コメント