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.
SharePoint Workflow Designer Phrase
Splits this text using this delimiter and store in Variable: variable.
Parameters
Parameter | Description |
this text | Original text |
this delimiter | A string that delimit the substrings. Multi delimiters are supported, use new line(\r\n) to insert additional delimiters. |
variable | This activity will place an array of string result into an output variable |