Skip to main content
The SPLIT function splits text into multiple text segments by a specified separator.

Supported Product Scenarios

You can use the SPLIT function in the following YiDA scenarios:
  • Form (main table fields)
  • Form (business association rules)
  • Form (validation)
  • Workflow design (validation rules)
  • Workflow design (association actions)
  • Integration & automation
  • Workflow - node
  • Connector

Format

Attribute Description

Return Value

Usage Example

The formula returns: ["YiDA","low-code","app","development platform"].

Try It Out

To split text into an array by a specified string, use this function together with the ARRAYGET function.