Merge


The merge attribute exists to store input values into a row which has matching key fields. If a row does not already exist with identical key field values, a new row will be created. If the row does exist it will write the data to that row, overwriting any data already there;

Merge will always prefer an existing row of data that has matching key field values.