Name
Concatenate
Description
Joins two parameter values and places it in another parameter. If the result parameter exists, it will overwrite the existing data. If not the parameter will be created with the combined value.
Fields
Source 1 parameter: The name of the first parameter to copy the value from.
Source 2 parameter: The name of the second parameter to copy the value from.
Result parameter: The name of the parameter to copy the concatenated value to.
Examples
Construct an email address. A user_id of bsmith and a domain_name of @school.edu is then concatenated as email bsmith@school.edu.
Errors
None
0 Comments