How the Variable Name is to be updated with the Variable Value. Valid options are as follows:
- "Append" - Appends the Variable Value to Variable Name, if it exists; otherwise, it creates Variable Name with the specified Variable Value.
- "Prepend" - Prepends the Variable Value to Variable Name, if it exists; otherwise, it creates Variable Name with the specified Variable Value.
- "Replace" - Replaces the current value for Variable Name with the specified Variable Value property, if it exists; otherwise, it creates Variable Name with the specified Variable Value.
- "Delete" - Deletes Variable Name and its Variable Value if it exists; otherwise, it does nothing.
NOTE: |
For the "Delete" value, if Variable Name is not found, no update is performed. |