split() Function

Function

split( text, separator )

Splits text into a list of text elements, delimited by the text specified in the separator.

Parameters

Keyword Type Description

text

Text

The text to be split.

separator

Text

The text delimiter by which the text will be separated.

Returns

Text

Examples

split("John Smith","m") returns John S, ith

Feature compatibility

The table below lists this function's compatibility with various features in Appian.
Feature Compatibility Note
Portals Compatible
Offline Mobile Compatible
Custom Record Field Expressions Compatible
Process Reports Compatible
Process Events Compatible
Open in Github Built: Thu, Jun 01, 2023 (05:20:28 PM)

On This Page

FEEDBACK