Skip to main content

Text: join

Join all connected node string using configured separator.

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

Parameters

Separator

The text inserted between the joined values — any string, not just a single character. The backend default is an empty string; nodes created in the editor are seeded with , (which the example's output relies on).

Input

Textrequired

The text values to join. (Accept multiple inputs.) A non-string input value fails the step.

Output

Text
The joined text.