Split string

⌘K

This activity allows splitting string by specified substring to the string array. SharePoint Designer phrase

split_string_1
Parameters

Output parameters

ParameterDescriptionExample
SplitResultThe dictionary that represents a collection of substringsVariable:splitResult

Input parameters

ParameterDescriptionExample
Source StringSource stringtest1;test2;test3;test4
Separate SymbolsSeparator string;,#;

Example

split_string_2

How can we help?