Skip to content

String Join

Purpose of the Node

This node takes an array of strings and a separator string, then concatenates the strings using the separator. This is useful for combining multiple pieces of text into a single string with a custom delimiter.

Pins

Pin NamePin DescriptionPin TypeValue Type
stringsStrings to joinArrayString
separatorString to separate byStringString
joined_stringConcatenated stringStringString