Text: concatenate
Concatenate left and right string.
Example
Inputs:
- Left input: "Hello"
- Right input: "World"
Ouput: "Hello World"
Parameters
Add whitespace
Whether or not to add whitespace between left and right string.
Default left text
The text to put on the left of the string if not connected.
Default right text
The text to put on the right of the string if not connected.
Input
Each input is required unless its matching default-text parameter is set. If a side has neither a connection nor a default text, the step fails with a missing-connector error.
leftrequired
The text to add on the left of the string. Optional when "Default left text" is set.
rightrequired
The text to add on the right of the string. Optional when "Default right text" is set.
Output
Text
The concatenated text.