Join list items into a single string
Joins a list of items into a single piece of text. For example, joining [“a”, “b”, “c”] becomes: “abc”.
Dropdown
List<T>
(based on the type of list you choose)Text
You can either Join Characters or Join by Newline.
Text
{{join_list_item_0.joined_text}}
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”.
a
b
{{text_0.text}}
{{text_1.text}}
{{create_list_0.output}}
{{join_list_item_0.joined_text}}
Join list items into a single string
Joins a list of items into a single piece of text. For example, joining [“a”, “b”, “c”] becomes: “abc”.
Dropdown
List<T>
(based on the type of list you choose)Text
You can either Join Characters or Join by Newline.
Text
{{join_list_item_0.joined_text}}
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”.
a
b
{{text_0.text}}
{{text_1.text}}
{{create_list_0.output}}
{{join_list_item_0.joined_text}}