Hey guys. I’m trying to simplify a de-dupe routine.
Scenario: I have a significant amount of records I’m importing. Many have identical IDs but have one multiple-select field that is different. I need to merge those into one record to combine the multiple selects. My manual process has been to do the following:
- Copy/paste new data in.
- Run De-Dupe App manually, checking every record.
This works, but it’s super time-consuming. I need to automate the process.
Is there any batch process to handle this? It’s always the same result. Needs to merge against the ID. All other fields remain the same, the only change is the multiple-select field.
Ideas?
Thanks.
