Step Details | |
Introduced in Version | --- |
Modified in Version | --- |
Location | Data > Text |
The Merge String List by Line step combines two String Lists. Each item in one list is merged with an item in the second list at the same position and is separated by a specified separator character.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
List One | The first list of Strings to be merged. | List of String |
List Two | The second list of Strings to be merged. | List of String |
Separator | Specifies the separator character | String |
Outputs
Property | Description | Data Type |
---|---|---|
Outputs | The combined list of strings | List of Strings |
Example
- Create a new Flow.
- In the step toolbox, expand Data > Text category
- Add the Merge String Lists by Line step into the workspace.
- Define the inputs for the two lists. This example uses two Constant lists.
- Define the separator value
- Debug and run the Flow. The output will display the list values combined into a single list.
Related Information
Forum Posts:
Merge HTML Text
Merge Lists Into Data Grid