Join List Items Node
Last updated
Last updated
Joins a list of items into a single piece of text. For example, joining [“a”, “b”, “c”] becomes: abc.
List to Join: List of items to join as text
Type: List<Type Selected>
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.
Type: Text
Type: The data type that the inputted list of elements will have. The available types are: Text (default), Integer, Any, Float, Boolean, File, Audio, Image and JSON.
Join By Newline: Separate each element by a new line in the final output string. Note: you can either Join Characters or Join by Newline.
Output: List as a joined string.
Type: Text
Example usage: {{join_list_item_0.joined_text}