Append String Action
Append String Action appends one string to the end of another base string, producing a single combined string.
Appearance
In Talos, Append String Action appears as a standard rectangular node with two joined text pieces icon.

Properties
As with all Actions, Append String Action has a set of unique properties required for its functionality.
Common properties
Common properties inherited from Action.
Display NameString
This is the display name of the action.
By customizing this property, you can differentiate between same-type actions.
Action IDString
Indicates the unique ID of this action.
This property is Read only and it is not customizable
DisabledBoolean
If set to true, this action is considered disabled and will not be executed.
String 1String
The base string to append text to.
Can be a literal string or an expression reference.
String 2String
The string content to append to String 1.
Can be a literal string or an expression reference.
Output VariableString
The variable name that will store the concatenated result.
Stores the concatenated text as an RPA String object.