Type: List<T> (based on the type of list you choose)
Join Characters: Specified characters to join list items into a single string (e.g., if you were to join the above list using “@”, the output would be: a@b@c.
The below example shows a pipeline that demonstrates the capabilities of the join list node. In the example, the join list item node takes in the list of text [“a”, “b”] and outputs “ab”.
Text Node: Contains string a
Text Node: Contains string b
Create List Node: Creates a list from the two strings
Field 1: {{text_0.text}}
Field 2: {{text_1.text}}
Join List Item Node: Joins the list into a single string