If Else

If Else statements

Description

Evaluate condition and output value based on evaluation.

Properties

Field (string | variable)

Variable to check condition against

Operator (dropdown)

Condition to evaluate for

Field 2 (string | variable)

Second parameter to evaluate condition against

Output

If condition evaluates to true return this value

Else Output

If condition evaluates to false return this value

Returns

Returns the value in output or else output.

Last updated