Skip to content

Split Text into Array

Splits the input text on the given delimiter up to an optional set length

Returns
Data Structure

Parameters

ParameterParameterValid BlocksRequired
Set an Override Name Show the override name slot in the tree so that it can be set statically or dynamically Boolean Block Group No
Override Name The override name of this item. Use this to replace the inherited name with a custom name. Expose it on the tree to set it dynamically. Text Block Group No
Attributes Metadata values for this block. Used in XML and multipart/form-data. Text Block Group No
Input The input string to perform the split operation on Text Block Group Yes
Delimiter The character(s) to split by - defaults to space Text Block Group No
Include Delimiter If true, the delimiter will stay at the end of each entry Boolean Block Group No
Limit Results Limits the number of results from the split text Number Block Group No