Online Help | Desktop App

Adding workflow operations

Updated in 2021

You can assign multiple operations to an Action, Trigger, or Function. These operations are available:

Conditional statements

By default, all assigned operations are executed unconditionally. However, you can add conditional statements to the list of executed operations and configure conditional operations.

For instructions, see Building conditional statements.

Using declared variables

In order to temporarily store values during the execution of the Action, Trigger, or Function, you can use variables. Variables are named storage locations for holding temporary values of a specified data type. For example, you may need to use variables to pass data values to conditional statements or parameters of executed Functions.

To use a variable, you must first declare it and then assign a value:

Managing the list of operations

Once you add operations, you can manage your list or tree of operations as follows: