Cleaning up Postal Codes | Community
Skip to main content
July 9, 2015
Solved

Cleaning up Postal Codes

  • July 9, 2015
  • 2 replies
  • 2070 views

Is there a way to have the inferred postal code automatically populate the postal code field?  Without having to list every postal code If this postal code copy to ....  Too many postal codes.  My SFDC won't synch the data without a postal code.

thanks

Jan

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 Edward_Unthank_

You can make a smart campaign that is either triggered or scheduled and write the value with lead tokens!

Smart List

Trigger: Lead is created

Filter #1: Postal Code is Empty

Filter #2: Inferred Postal Code is not Empty

Flow

Flow Step #1: Change Data Value: Postal Code. New value = {{lead.Inferred Postal Code}}

That will populate your field (assuming it's called "Postal Code," feel free to replace with whatever field name is applicable) with the value from the Inferred Postal Code. The two filters will make sure that you don't write overwrite a postal code if it exists (Filter #1), and make sure that you're not writing a blank value (Filter #2).

Cheers,

Edward Unthank | Founder, Etumos

2 replies

Edward_Unthank_
Edward_Unthank_Accepted solution
New Participant
July 10, 2015

You can make a smart campaign that is either triggered or scheduled and write the value with lead tokens!

Smart List

Trigger: Lead is created

Filter #1: Postal Code is Empty

Filter #2: Inferred Postal Code is not Empty

Flow

Flow Step #1: Change Data Value: Postal Code. New value = {{lead.Inferred Postal Code}}

That will populate your field (assuming it's called "Postal Code," feel free to replace with whatever field name is applicable) with the value from the Inferred Postal Code. The two filters will make sure that you don't write overwrite a postal code if it exists (Filter #1), and make sure that you're not writing a blank value (Filter #2).

Cheers,

Edward Unthank | Founder, Etumos

December 18, 2015

thank you so much. Sorry I am responding so late.  This is awsome.

Jan

Edward_Masson
New Participant
July 10, 2015

Its going to be a difficult mapping task in smart campaigns using Data Value Change. I'm sure there is 3rd-Party software to help here by Webhooks.