| Step Details | |
| Introduced in Version | 4.0.0 | 
| Last Modified in Version | 7.12.0 | 
| Location | Data > Text | 
This step breaks up a string at the specified separator and will output a List of String.
Properties
Inputs
| Property | Description | Data Type | 
|---|---|---|
| Source | The text to split. | String | 
| Separator | The character that the step will look for to split the source at. | String | 
Outputs
| Property | Description | Data Type | 
|---|---|---|
| SplitString1_Output | Split String. | String | 
