Level 3
August 8, 2016
Question
Help with Velocity Script
- August 8, 2016
- 3 replies
- 2005 views
I am trying to use this script:
2 3 4 5 | #set ($fname = ${lead.FirstName}) #if($fname.equals("")) #else Hello ${lead.FirstName}), #end |
Shared by Jenna Molby on here site here 4 Examples of Velocity Email Scripting in Marketo
Unfortunately it is not working for me - this is what I get in attached screenshot.
I noticed that there seemed to be an extra paran at the end of line 5 - removed it and ended up with the exact same result minus the pareb