Hello:
I am trying to find a way to merge duplicates without overwriting certain fields.
For example, say I have a lead that was acquired at three different trade shows. The Name, phone number(s), email(s), and everything else is the same, but the trade shows are different.
Say in one of the leads, the Trade Show field = "Cinecon"
And in the other, the Trade Show field = "Arricon"
Is there a way to merge the Leads so that
Trade Show = "Cinicon " + "," + "Arricon " ; ?
*This post is locked for comments