Concatenate string

Joins two or more character strings.

For Example: The below strings will return "Hello/World...":

Copy
"Hello"
"/"
Var1 (with value "World")

"..."

Parameters

Name REST Name Type Default Description
Result variable* variable STRING
The variable name to receive the concatenated string.
Value* value STRING
The string values. It is possible to select multiple string constants and variables.

* Mandatory parameter