Wizard error handling

The wizard consists of different logic blocks: wizard start, wizard steps, and wizard end. Each step is divided into two logic blocks: step start and step end, and are executed sequentially.

Errors may occur during execution such as a required window or object not found, or a blocked window. You can use error fallbacks to respond to these errors. For example, if an object is not found, you can configure the wizard to end unsuccessfully. Fallbacks can be customized for each wizard step.

Use fallbacks to create basic and complex business logic to ensure smooth execution of your automation tasks.

Before you begin: