Description
Concatenates strings and String variables.
Attributes
Input
Input1 - The first string to be concatenated.
Input2 - The second string to be concatenated.
Common
ContinueOnError - The Boolean value to specify whether to continue executing the next activities even if there is an error thrown on this activity.
Misc
Result - The resulting String once the characters have been concatenated.
DisplayName - Renames the activity.
Example
- Create a String variable and name it surname. For the Default value, write "Rivers".
- Create another String variable called output.
- Add a Concatenate activity inside the initial Sequence.
- In the Concatenate Result field, add the output variable.
- In the Concatenate Input 1 field, write "Nicole".
- In the Concatenate Input 2 field, add the surname variable.
- Under the Concatenate activity, add a Write Line activity.
- In the Write Line Text field, add the output variable.
The use case should look as the following screenshot:
This should be the output in the Output panel: