Concatenate String
Last modified: June 18, 2025
Description
Concatenate Strings
Usage
Pass the Strings you want to concatenate, with a maximum of five strings.
Input Parameters
| Name | Datatype | Required | Description |
|---|---|---|---|
| String 1 | String | no | First String of the chain. |
| String 2 | String | no | Appended after String 1 |
| String 3 | String | no | Appended after String 2 |
| String 4 | String | no | Appended after String 3 |
| String 5 | String | no | Appended after String 4 |