Skip to main content
The ISEMPTY function checks whether a component value is empty text, an empty object, or an empty array. It returns true if the value is empty, and false otherwise.

Supported Scenarios

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

Syntax

Attributes

Return Value

Example

In the following example, the ISEMPTY() function checks whether a date component is empty.

Behavior

If the submitted component value is empty, form submission is blocked.