This activity allows splitting string by specified substring to the string array. SharePoint Designer phrase
Parameters
Output parameters
Parameter | Description | Example |
SplitResult | The dictionary that represents a collection of substrings | Variable:splitResult |
Input parameters
Parameter | Description | Example |
Source String | Source string | test1;test2;test3;test4 |
Separate Symbols | Separator string | ;,#; |
Example