Catch

Catches any error occurring during the evaluation of the previous block.

Order of execution:

  • Ok. If no error occurs during the execution of the previous block, execution continues to the block connected to Ok.

  • Fail. If any error occurs during the execution of the previous block, execution continue to the block connected to Fail.

If error occurs, than error message is stored in the environment variable with the name value. Otherwise, the environment variable with the name value is not changed.

Catch Icon

Was this page helpful?