Is there a way to convert a score field value to a string value, and use that value as part of an email address? | Community
Skip to main content
May 28, 2013
Question

Is there a way to convert a score field value to a string value, and use that value as part of an email address?

  • May 28, 2013
  • 2 replies
  • 884 views
I have a need to generate an email address which has a numeric value at the end (before the @).    I will be incrementing that value, based on how many input requests are being sent to me (from the same partner).

Example:

RegistrationWebinarXX@partner.com

where XX can be an incremented value (01, 02, ..., 99).

RegistrationWebinar01@partner.com
RegistrationWebinar02@partner.com
etc.

How can the string "RegistrationWebinar" + "XX" + "@partner.com" be created and stored in a custom Marketo field?

Thanks for any advice.


Don
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

Jep_Castelein2
Level 10
May 28, 2013
Just do a "change data value", new value = RegistrationWebinar{{lead.your score field}}@partner.com
June 8, 2013
Hi Jep,

Thanks for the tip.   It worked!!


Don