Copy Value
Last updated
Was this helpful?
Last updated
Was this helpful?
This is a pre-built action located under @Generic element. This action instructs Avo Assure to copy the value in existing created variable to a newly created variable and save the status in dynamic variable.
Input Value: <target variable>;<source variable>
Note: The variable names should be within curly brackets.
<target variable>
(Required)
The name of the new or existing variable to which the value will be copied
<source variable> (Required)
The name of the variable whose current value needs to be copied.
Output Value:
<Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
This variable stores the status as true or false
Example
Copy the value from one variable to another The Copy Value action takes the value from the Input Value column (e.g., {UserEmail};{LoginEmail}) and copies the value stored in the LoginEmail variable to the UserEmail variable. This is useful when the same data needs to be referenced using a different variable name. The action status is saved in the {Status} variable with the following possible values:
True – if the value is copied successfully
False – if the action fails