Bringing old values back | Community
Skip to main content
Itay-2
Level 2
September 4, 2017
Question

Bringing old values back

  • September 4, 2017
  • 3 replies
  • 3665 views

Hi guys! We had a problem where MSD was removing existing fields after they were filled out in a form.

for example, in a form, a lead is filling out the city and phone number fields and a few minutes later, MSD turns their value to "null"

We have fixed this issue but we do have quite a lot of leads without phone number and city.

How can I find or change the new value (null) back to the old value?

Scrolling through leads activity log, I can actually see the old value and the time it was changed to null and doing it manually isn't an option since we have so many of them.

Thanks!

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

3 replies

SanfordWhiteman
Level 10
September 4, 2017

Can you move the thread to Products ? This space is for discussing the Champs incentive program, not support. There should be a Move link at the right.

Steven_Vanderb3
Adobe Employee
Adobe Employee
September 5, 2017

If you use the bulk activity extract API you'll be able to generate a CSV file of the Change Data Value activities, which would include the new value and the old value.  If you do some Excel magic you could most likely get all the old values into a column and import them back into Marketo.  http://developers.marketo.com/rest-api/bulk-extract/

Josh_Hill13
Level 10
September 5, 2017

If it's a simple mixup like you know people with Country=Namibia got the Country=China, you can easily roll that back with the Was Data Value Changed filter.

otherwise, you would have to do some variant of the above.

Itay-2
Itay-2Author
Level 2
September 5, 2017

That was country=China and then changed to country=null. So are we talking about the simple roll or the bulk activity extract API?

If the roll, would you mind showing how to do it?

Thanks!

Josh_Hill13
Level 10
September 5, 2017

You can do

Smart List:

Data Value Was Changed: Old Value=China, New Value IS EMPTY

Flow:

CDV: Country=China

but if it's more complex than that, you need to look at other options. If SFDC is tracking that field, you can also try to use SFDC's power to  better identify the problem there and roll it back in SFDC instead.