Join
Last updated
Last updated
The Join Node joins the elements of an Array populated with Strings.
Attribute | Type | Description |
---|---|---|
| String | The separator that will divide the parts of the joined String, such as a space or comma. |
Input | Type | Description |
---|---|---|
Pulse Input (►) | Pulse | A standard Input Pulse, to trigger the execution of the Node. |
| Array | The Array containing the Strings to be joined. |
| String | The separator that will divide the parts of the joined String, such as a space or comma. |
Output | Type | Description |
---|---|---|
Pulse Output (►) | Pulse | A standard Output Pulse, to move onto the next Node along the Logic Branch, once this Node has finished its execution. |
| String | The outputted joined String. |