Date not populating on alert

Anonymous
Not applicable

Date not populating on alert

Hi all,

Probably a simple omission on my part, although would appreciate some help.

I have a date field on a form that is then used as a token in an alert. For some reason when the alert is received the date is blank.

If I inspect the lead record the date has been populated. Additionally if I send a test email with the lead populated the date comes through as expected.

I have added a wait step in case the alert was being sent before the record could be populated albeit to no avail. 

Thanks in advance

25 REPLIES 25
Josh_Hill13
Level 10 - Champion Alumni

Re: Date not populating on alert

Can you send us screen shots?

Anonymous
Not applicable

Re: Date not populating on alert

pastedImage_0.png

pastedImage_1.png

pastedImage_2.png

Anonymous
Not applicable

Re: Date not populating on alert

Its the field 'styling session date'

Anonymous
Not applicable

Re: Date not populating on alert

I have a similar situation myself.

Hope we get a solution

Anonymous
Not applicable

Re: Date not populating on alert

I just added birthday field to see if it came across and it did. Its a strange bug.

Anonymous
Not applicable

Re: Date not populating on alert

Very odd.  I used the same field in a landing page and it populates correctly and even on "send sample email" it pushes / pulls the data correctly. Just not on an alert email or confirmation email back to customer.

Hope there is a solution.

Anonymous
Not applicable

Re: Date not populating on alert

Exactly the same situation. 

SanfordWhiteman
Level 10 - Community Moderator

Re: Date not populating on alert

Guys, can you try this with a one-line Velocity script instead?

Like

${Lead.Styling Session Date}

Make sure that field is checked off in the tree of fields on the right side of Velocity Editor.

Anonymous
Not applicable

Re: Date not populating on alert

I have not used Velocity (and am not a developer my self)