SaveMode

Value Description
Type Distinct Values
Default value IfNew
Description This attribute specifies how to save the data to the temporary variable.
Allowed values:
  • IfNew: Saves the data only if there is no value associated with the given variable name yet.
  • Replace: Always saves the data, replaces an existing value.
  • AppendSeparator: Appends the data to the existing value if the existing value is not empty, no action otherwise.
  • Append: Appends the data to the existing value.
  • PrpendSeparator: Prepends the data to the existing value if the existing value is not empty, no action otherwise.
  • Prepend: Prepends the data to the existing value.