Hello -
I am trying to create an upload data shuttle that does the following:
- Appends an existing list when a new file is attached. If there are duplicate rows, a new row should be created instead of merging the data. Even if all rows were duplicates of the existing rows in the destination sheet, the expectation would be that a new row is created for each duplicate entry.
The workflow settings are as follows:
Workflow action: Merge data into the target based on a key column value
Row options: Add rows to the sheet as they are added to the source file (Checked); Update rows as they change in the source file (Unchecked); Delete rows that no longer match the filter criteria (Unchecked)
I think my issue might be in the 'Unique Identifier" settings. I am not quite sure if I have properly configured this portion. The Unique Identifier Column was chosen as a column in the target sheet that is not expected to change and is mapped to a column in the source sheet that corresponds to data I don't need.
Any help would be greatly appreciated.