Name
Copy
Description
Duplicates the value of one parameter and puts it in another. If the destination field exists, it will overwrite the existing data. If not the parameter will be created with the copied value.
Fields
From parameter: The name of the parameter to copy the value from.
To parameter: The name of the parameter to copy the value to.
Examples
Copy user_id to username. A user_id of bsmith is then copied to username.
Errors
None
0 Comments