Skip to main content

Split text

Overview


Split text on "" into a list.

Input

Text

NameRequiredDescription
TextText, to split into a list.
Split TextThe character or text to split on. Eg. Item1, Item2 split on a comma will return a list with Item1 and Item2 in it.

Options

NameRequiredDescription
Trim EntriesTrim whitespace from the items.
Remove Empty EntriesOmits any items that would be empty, Eg. Item1, Item2, , would still just result in Item1 and Item2.

Output

NameRequiredDescription
Action SuccessTrue if the action passed, false if it failed.

|Items| ||