Concatenate

This pre-built action, located under @Generic Element, instructs Avo Assure to combine two or more strings from the input value and store the combined string in the dynamic variable.

Syntax

Input Value: <string1>;<string2>;…;<stringN>

Argument
Description

<string1;string2;>;...;stringN> (Required)

The strings to be concatenated are defined here separated by a semi colon.

Output Value

Argument
Description

<Dynamic Variable>

(Required)

This variable stores the combined value

<Dynamic Variable>

(Optional)

This variable stores the status as true or false

Example

Concatenate First Name and Last Name to form a Full Name.

The Concatenate action takes the values from the Input Value column—First Name (John) and Last Name (Doe)—as inputs and combines them into a single string (John Doe). The combined string is stored in the {Combined Value} variable, while the conversion status is stored in the {Status} variable with the following possible values:

  • True – if the concatenation is successful

  • False – if the input is invalid

String
Input Value (syntax)
Result

Text Strings

Database; Auto;mation

Database Automation

Numeric Strings

123;456

123456

Special Character

abc@do;main.com

Alphanumeric strings

ID8765;4

ID87654

Last updated

Was this helpful?