Join Strings
- 02 Nov 2022
- 1 Minute to read
- Print
- DarkLight
Join Strings
- Updated on 02 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 |
This step will take in a list of strings and output a single string. The strings can be separated by a character, number, or text.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
Separator | The character that the step will add between the strings that are being combined. | String |
Source | List of strings to combine | List of String |
Outputs
Property | Description | Data Type |
---|---|---|
JoinStrings1_Output | Combined string. | String |
Related Information
Example Labs:
Joining Strings
Forum Posts:
Join Strings With A New Line Character Separator
Was this article helpful?