edoc automate Guide
Breadcrumbs

default\ExecCondition - edoc automate

You can use the ExecCondition action to check a condition.
The result (true or false) is returned as SingleValue.

Parameters

Type

Name

Description

TEXT

left

Specifies a fixed value or the result of an action.

SELECT

operator

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

TEXT

right

Specifies a fixed value or the result of an action.

Return

Type

Description

SINGLEVALUE

Returns the result of the condition.