Hello everyone,
In the contacts entity I have around 8.5k rows as duplicate records based on the contact's mobile phone numbers in different formats as below:
- +971 05 123 123 123
- 97105123123123
- 9.7105123123123
- 05123123123
- 551111111
- 551111111
I found a great tool on xrmtoolbox which is deduplicator that can be found here and using this tool it exported all the duplicates including ContactId, mobilephone, and fullname.
I want to delete all the duplicate records found on the excel sheet that was exported, so what is the best way of performing this delete operation?
I thought about a power automate cloud flow that checks for the contactid in that sheet and deletes it directly from the contacts entity.
Creating a view using Advanced find will it be possible to filter the duplicates based on different phone numbers format then I can perform bulk delete for all?
Finally, is there any other 3rd party tool that can merge the data automatically on a daily basis if any duplicate is found?
Any help is highly appreciated.