Supported Product Scenarios
The AND function is available in the following YiDA scenarios:- Form (main table fields)
- Form (business association rules)
- Form (validation)
- Workflow design (validation rules)
- Workflow design (associated actions)
- Integration and automation
- Workflow node
- Connector
Syntax
Attributes
| Attribute | Required | Description |
| condition1 | Yes | The logical expression or condition to evaluate. Used to check whether two or more conditions are all true (that is, whether all specified conditions are met).
|
| condition2 | Yes |
Return Value
Example
As shown below, theAND() function returns true only when both Number1 and Number2 are greater than 2. Otherwise, it returns false.