I want the Inferred Country Field populated into the Country Field, what is the process? | Community
Skip to main content
June 4, 2014
Solved

I want the Inferred Country Field populated into the Country Field, what is the process?

  • June 4, 2014
  • 3 replies
  • 1720 views
I am trying to create a campaign/flow where if any net new lead comes into marketo and country is blank, but inferred country is not empty, fill the inferred country into country field. What is the best way to go about this?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by
<REVISED>
I would create this under your data management or oppperational programs and do the following:

Smart List:

Lead is created (trigger)
Country is (empty)
Inferred Country not empty

Flow:

change data value - field = country
new value = {{lead.Inferred Country}}

3 replies

June 4, 2014
Thank you Conor and Sierra.
Accepted solution
June 4, 2014
<REVISED>
I would create this under your data management or oppperational programs and do the following:

Smart List:

Lead is created (trigger)
Country is (empty)
Inferred Country not empty

Flow:

change data value - field = country
new value = {{lead.Inferred Country}}
Conor_Fitzpatri
New Participant
June 4, 2014
I'd do something like this:

Smart List

Inferred Country is not empty
Country is empty

Flow

Change Data Value - Country: New Value is {{lead.Inferred Country}}

Set Recurrence to run once per day