Re: Blank value from a token

Anonymous
Not applicable

Blank value from a token

I'm currently experiencing an issue in which we have an internal alert sent to me containing:

  • First name
  • last name
  • company
  • email address
  • Reason for inquiry

All the fields above are pulling values using tokens when a lead fills out a form from our web site. Reason for inquiry is a custom field but the token {{lead.Reason for Inquiry:default=edit me}} I'm using is returning a blank value. Thanks in advance!

7 REPLIES 7
Kenny_Elkington
Marketo Employee

Re: Blank value from a token

The Reason for Inquiry field on the lead which triggered the alert is likely black.  "edit me" is treated as an empty value in the default values of tokens, since it is the default default text.

Anonymous
Not applicable

Re: Blank value from a token

Hi Kenny,

Do you mean the value is likely blank? I just tested and submitted on the reg page with my own lead and received the alert with Reason for Inquiry as a blank /missing value.

Screen Shot 2015-08-14 at 10.28.04 AM.png

Anonymous
Not applicable

Re: Blank value from a token

What's interesting as well is sfdc record and marketo record both show the values I entered for Reason for Inquiry.

Kenny_Elkington
Marketo Employee

Re: Blank value from a token

You might want to open a support ticket with the example lead and a copy of the alert email you received so they can take a direct look at this.  It's difficult to say in the abstract without being able to look at the records themselves.

Josh_Hill13
Level 10 - Champion Alumni

Re: Blank value from a token

Where is this value coming from? Is it stamped on the form? A campaign?

I suspect that your alert is going out before the value is in the field. Add a wait step somewhere to slow down the alert.

Anonymous
Not applicable

Re: Blank value from a token

Hi Josh,

The value is being pulled from a form. I currently have a 15 minute wait before the internal alert is sent, and I have also contact support.

Anonymous
Not applicable

Re: Blank value from a token

Hey Josh, Hey Kenny,

Turns out that there are 2 tokens for Reason for Inquiry: one for the default/lead field while the other one is for a SFDC custom field. After swapping out the default token for the SFDC custom field token. It now works - thank you for help!