Split String by New Line
- 29 Nov 2022
- 1 Minute to read
- Print
- DarkLight
Split String by New Line
- Updated on 29 Nov 2022
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Step Details | |
Introduced in Version | 4.0.0 |
Last Modified in Version | 7.12.0 |
Location | Data > Text |
The Split String By New Line step splits the source string at every new line creating a list of strings as the output.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
Source | String to split. | String |
Outputs
Property | Description | Data Type |
---|---|---|
SplitStringByNewLine1_Output | Split String. | List of String |
Was this article helpful?