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

  1. Drag and drop the Try block onto your workflow.
  2. Set up blocks within the Try block based on the actions you want to run.
  3. Run the workflow.
    Note: To refer to errors, you can assign $Name.stack and $Name.message to variables in Assign blocks. Replace $Name with 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.