Split Text

⌘K

This activity returns a string array (store in variable) that contains the substrings in this string that are delimited by elements of a specified string array.

split_text_1
SharePoint Workflow Designer Phrase

Splits this text using this delimiter and store in Variable: variable.

Parameters

ParameterDescription
this textOriginal text
this delimiterA string that delimit the substrings. Multi delimiters are supported, use new line(\r\n) to insert additional delimiters.
variableThis activity will place an array of string result into an output variable

How can we help?