Skip to main content
Bryan_Epstein
Level 5
December 4, 2018
Question

Mass Revert Data Value Changes for Specific Smart List

  • December 4, 2018
  • 2 replies
  • 3383 views

Hi everyone, we had a situation where a list import overwrote the first names of many individuals in our database. I am looking for a way to revert these names back from a standard name "Subscriber." Does anyone have any suggestions for how to resolve this?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

Gerard_Donnell4
Level 9
December 4, 2018

Is there many people in the list? If it is very small you could see the original names for each person in their activity history. You will see the action of the name change taking place there. To do it in bulk is something I think Marketo would need to do for you.

Do you have another system where you can pull the original names and just re-import them again overwriting the bad data.

Bryan_Epstein
Level 5
December 4, 2018

Hi Gerard, unfortunately, it is about 3700 records, and these synced into SFDC for us. Our SFDC admin is looking into solutions on his end while I do my due diligence on mine.

SanfordWhiteman
Level 10
December 4, 2018

You'll need to extract the Data Value Changes from the Activity Log using the Bulk Extract API. Then massage the extracted CSV to get the original value ("Old Value") and reimport a file with the correct data.

It's straightforward but requires some tech time.

Gerard_Donnell4
Level 9
December 4, 2018

Nice solution.