Conditional Judgment Step for Automation Logic Operations
Parameter Configuration
| Parameter | Description |
|---|---|
| Expression | An expression that returns true/false. Parameters participating in the expression calculation can be obtained from the context. |
Step Execution Branches
| Step | Description |
|---|---|
| Meet Condition | Steps executed by automation when the conditional judgment expression returns true |
| Not Meet Condition | Steps 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.

