Skip to content

Conditional Judgment Step for Automation Logic Operations

Parameter Configuration

ParameterDescription
ExpressionAn expression that returns true/false. Parameters participating in the expression calculation can be obtained from the context.

Step Execution Branches

StepDescription
Meet ConditionSteps executed by automation when the conditional judgment expression returns true
Not Meet ConditionSteps executed by automation when the conditional judgment expression returns false

Notes

The form operation value must be a Boolean value. If the expression returns a non-Boolean value such as a string, it will default to false.