Try
The Try block is used to find errors in the workflow.
This block has no parameters and consists of three layers: Try, Catch, and End Catch. The Catch line is used to monitor the flow of actions. If an error occurs, Catch is run and generates an error message.
Procedure
- Drag and drop the Try block onto your workflow.
- Set up blocks within the Try block based on the actions you want to run.
- Run the workflow.
Note: To refer to errors, you can assign
$Name.stackand$Name.messageto variables in Assign blocks. Replace$Namewith the name of the Catch block.
Disabling the try block
To disable the Try block without deleting it, turn off the switch in the block header.