edoc automate Guide
Breadcrumbs

default\Condition - edoc automate

You can use the Condition action to check a condition. Depending on which case of the condition applies, a corresponding group of actions is executed.

Parameters

Type

Name

Description

TEXT

left

Specifies a fixed value or the results of an action.

SELECT

operator

Provides comparison operators.
Possible values:
<, >, ==, !=, >=, <=

TEXT

right

Specifies a fixed value or the results of an action.

ACTIONLIST

true

Specifies actions that are executed when the condition is met.

ACTIONLIST

false

Specifies actions that are executed if the condition does not apply.

Return

Type

Description

SINGLEVALUE

Applies the returned value of the last action performed.

DATASET

Applies the returned record of the last action performed.