Hi everyone,
Trying to figure out the best way to update a custom field in Marketo without having to resort to API which would be lethal in my hands
We have over 500 leads, and we would like to be able to update their record with 'original trial request date'
Is it possible to use a change data value and run a single flow to just update this custom field?
Thanks for any input,
Danni
Is this data already in Marketo in another field? You can always use tokens if so within a smart campaign flow on the custom field.
If not, I'd take the set of leads and export out to excel. In a new column "name of custom field" match the values to your leads. When you re-upload to marketo this data will be populated no problem.
Yes, those methods will work, assuming this is a batch fix. Use {{system.Date}} or {{system.dateTime}} depending on your need. Make sure that's a real Date field though.
You can auto update this w/o the API, assuming there is an action on the Lead like "Lead is Created via API" and then CDV: Original Trial Start = {{system.Date}}.
Thanks Josh!
Awesome stuff, thank you Tim!
I would either use list import if they all have individual values as Tim suggested, or a smart campaign with a change data value step if they all have the same value.
Cool, thanks Kenny