Is there a way to copy inferred country into the country field without adding it as a field in forms | Community
Skip to main content
January 22, 2014
Question

Is there a way to copy inferred country into the country field without adding it as a field in forms

  • January 22, 2014
  • 1 reply
  • 804 views
We are trying to avoid asking for our prospects for country. What is the best way to automatically populate country using inferred country or any other method.
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Josh_Hill13
Level 10
January 22, 2014
Sure.

Use a data management campaign like so. This can be a batch or a trigger:

Smart List: Country (or State) IS EMPTY
Flow:
Change Data Value: If Country IS EMPTY, then Country IS {{lead.inferred country}}

you can do that for states and provinces as well.

It's worth reviewing the existing data to make sure the Inferred Country conforms to your Country Picklist (if you're using one). If you are using a Country Picklist, then you'll need a really long set of Choices to assign Country properly.