Supported Product Scenarios
The OR function is supported in the following YiDA scenarios:- Form (main form fields)
- Form (business association rules)
- Form (validation)
- Workflow design (validation rules)
- Workflow design (associated actions)
- Integration and automation
- Workflow — node
- Connector
Format
Attribute Descriptions
| Attribute | Required | Description |
| condition1 | Yes | The logical expressions or conditions to evaluate. Used to determine whether at least one of two or more conditions is true (that is, whether any condition is met).
|
| condition2 | Yes |
Return Value
Usage Example
As shown in the figure below, if eitherNumerical 1 or Numerical 2 is greater than 2, the OR() function returns true; otherwise, it returns false.