Skip to main content
Skip table of contents

Process control

Try Catch

This node allows you to safeguard potentially faulty execution paths in your workflow and implement custom logic in case of errors.

Flow

Screenshot 2025-11-03 115815.png

Parameter set

Parameter

Description

Try

The program is executed; if an exception occurs, execution jumps to the catch block.

Catch

Executed after an exception occurs during the try operation.

Then

Executed after the try or catch block.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.