Bulk update country fields
I need to change the values of the country field for all contacts/leads in Marketo, is there a quick way to bulk update these without having to create a separate 'change data value' option for every single country?
I need to change the values of the country field for all contacts/leads in Marketo, is there a quick way to bulk update these without having to create a separate 'change data value' option for every single country?
There are non-native methods that you can use via calling a webhook. For example, querying a Google Sheet or SmartSheet that you use as a lookup table.
You could even cobble together your own webhook just using files in Design Studio: create one file for each (initial) Country value, with simple content:
italy.json
{
"canonical" : "IT"
}
etc.
Of course, this is only easier than creating Flow steps if you automatically generate the files!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.