Skip to main content
The EQ function compares whether two values are equal. It supports Text, Number, Date, and other components.

Supported Product Scenarios

Use the EQ function in the following YiDA scenarios:
  • Form (main table field)
  • Form (business association rule)
  • Form (validation)
  • Workflow design (validation rule)
  • Workflow design (association action)
  • Integration & automation
  • Workflow node
  • Connector

Format

Attribute Description

AttributeRequiredDescription
value1YesThe values to compare for equality. Supports Text, Numerical, Date, and more.
value2Yes

Return Value

Example

As shown below, when Number 1 equals Number 2, the function returns true; otherwise, it returns false.

Try It Out

When the product name matches the warehouse product name, block form submission.