A lot of good thoughts here!I went through a similar process myself around 6 months ago. We have been with Marketo for about 3 years. I framed it to the other vendors as this: What...
Respectfully, I think most people would be super annoyed at your brand for tricking them with a fake forward. I've heard many people complain about the same strategy with using "Re...
Thanks so much Sanford! That has done the trick. I previously thought I had tested that - but I'm guessing I used ${variable}[0] instead of ${variable[0]} . With the proper notatio...
Hi SanfordSorry, I'm not exactly sure what you mean. Do you mean highlighting the code vs the comments? If there's a better way to display this let me know - it doesn't make it eas...
Hi thereI'm trying to dynamically feed a variable into a URL but I'm having trouble. It works just fine in preview mode (which I know isn't the same as a live test) but when I send...
Thanks Sanford. Unfortunately I'm still having trouble - and I don't think it's related explicitly to that .split functionality now. When I use:#set ($DossierArray = ${lead.wishLis...
Thanks Sanford.I'm playing around with it and unfortunately having some trouble. I understand I need to escape the special character "/" in order to split the string based on that ...
Hey everyoneHow would I take a field with values separated by backslashes "/" and split it into an array that I specify? I don't think .split will do the job - something like parse...