Skip to main content
The UNIONSET function returns the union of two sets.

Supported Product Scenarios

The UNIONSET function is supported in the following YiDA scenarios:
  • Form (business association rules)
  • Form (validation)
  • Workflow design (validation rules)
  • Workflow design (association actions)
  • Integration and automation
  • Workflow node
  • Connector

Format

Attribute Description

AttributeRequiredDescription
arrayAYesThe sets whose union you want to calculate. Separate multiple sets with commas.
Note: Only unions of member components are supported. Subforms are not supported.
arrayBYes

Return Value

Example

The following example uses the UNIONSET() and EMPLOYEE() functions to calculate the union of two member components.