Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Thanks, Sanford - I really do appreciate all of your resources on this. But, as a novice with VTL, when you have to use a giant If statement to use a forEach, I'm thinking I may as well just use a giant If statement without the forEach.It feels like Marketo have dropped the ball on this one. Surely ...
Ouch. That's kind of a big bug, at least for what I had planned. Is this something Marketo plan to fix?
Thanks for the tip, Mark! I am planning to output links so this is very helpful.
Thank you, Sanford! What threw me for a bit in your script was the $project variable in the forEach statement:#foreach( $project in $allProjects )As I don't have any elements called $project in the JSON. So I can try and understand VTL a little bit more $project is declaring a variable for each reco...
I've been using Sanford Whiteman's excellent resource on using JSON in Velocity script but am stuck on how I'd go about only displaying certain records from the JSON.For example in the following I only want to list the relevant values where {{lead.email domain}} = allProjects.domain. So anyone wit...
Hi Broderick - could you explain how you handle multiple webinars running at the same time with one webhook, given that someone registering for more than 1 webinars would just have their join_url overwritten with the last value? So any reminder emails etc might not necessarily contain the correct we...
I thought maybe one of my browser settings? Do you think it's a CodePen setting?
Thanks for the tips, Sanford. But still doesn't seem to be working, but I'm guessing it must be something local to my machine: Video recording
Thanks Sanford. I've checked and:'Download PDF files instead of automatically opening them in Chrome' is OffThe PDF loads if I manually put it into a new tabPDF doesn't load if I refresh the page the JS openedAlthough the issue only seems to be occurring in CodePen on Chrome - running Version 73.0.3...