How often do you need to import new information in? If you need to do this on an ongoing basis, you can do this with a custom script app or custom automation script action.
There may also be some third party tools that can do this, but the simplest to implement would be a custom script. Then your workflow would be.
- Copy/paste new data in.
- Click “run” button for the custom script app.
The script detects the duplicates, merges the multi-select field values, and deletes the extras.
An automation script could merge the duplicates as well, but would require a bit more to setup and would take up automation runs. Since you have to interact with the user interface already, the additional step of clicking the run button shouldn’t add much to your workflow.
If you need would like to hire someone to write this script for you, feel free to send me a direct message.
How often do you need to import new information in? If you need to do this on an ongoing basis, you can do this with a custom script app or custom automation script action.
There may also be some third party tools that can do this, but the simplest to implement would be a custom script. Then your workflow would be.
- Copy/paste new data in.
- Click “run” button for the custom script app.
The script detects the duplicates, merges the multi-select field values, and deletes the extras.
An automation script could merge the duplicates as well, but would require a bit more to setup and would take up automation runs. Since you have to interact with the user interface already, the additional step of clicking the run button shouldn’t add much to your workflow.
If you need would like to hire someone to write this script for you, feel free to send me a direct message.
It’s something I need to do weekly, with a couple thousand records. I’ll DM you.
It’s something I need to do weekly, with a couple thousand records. I’ll DM you.
Hey Michael, did you ever figure out a solution? I have the same need as you but with less frequency. De-deplucating with merge of 1,400 records one by one is not ideal.