PS - I had the exact same date formatting problem Sanford Whiteman - so this question and post is very timely! I wasn't inputting timezones. Your code is very clean as usual - tha...
Hi LauraReading this, I can totally empathise. I might be a little further along the line than you, so I'd be happy to give you some help (including some docs I've created myself) ...
Still not working....this is bizarre. But I found a workaround.I tried: #if( $Tour_Evaluation__cList.get(0).Testimonial__c.isEmpty() )<b>True</b>#else<b>False</b>#endThis outputs F...
Thanks Sanford. Makes sense to me that it needs to be inside the brackets!Weird thing is...this doesn't seem to have fixed it. I'm still getting "False" for my query where the fiel...
I'm trying to use an #if statement in Velocity to check whether a field is empty. As per Sanford's excellent article here, Marketo imports everything into Velocity as strings, so h...
Hey teamI'm trying something similar, but when I use the code given to Jim it's not working for me. Here's my code:#set ($listlength = ${abandonedCart_cList.size()}) #set( $lastInd...
Just to round this off, the above error around arrays is because I was using "Send Sample Email" instead of using a single flow action to test the scripting. Oops!
Thanks so much Sanford. Outputting the entire array is a great way to test! I should have thought of that After some more testing, it seems that this error is purely related to the...
I'm having trouble accessing anything other than the first element in a Marketo Custom Object through email scripting. I've tested using a few leads, and here's the behaviour I'm s...
Thanks again Sanford.I've solved the URL parameters issue - it was because of a strange redirect on our website. I've removed the need for the redirect and it works just fine.Howev...