Skip to main content

Text: join

Join all connected node string using configured separator.

Example
Inputs:
- Hello
- World
Ouput: Hello,World

Parameters

SeparatorREQUIRED
The character to use to join the text.

Input

Text

The text values to join. (Accept multiple inputs)

Output

Text
The joined text.