Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Thanks again Sanford, will give it a go and see how it works 👍
Something along the line of this - #foreach( $stringList in $product.productId.split("[|]") )
Thanks again for the feedback Sanford.By the sound of your solution, you concatenated multi-value into a single long text field rather than separated into individual fields? If the data is a long concatenated string, I'm guessing your some sort of array Velocity script to loop through concatenated s...
Hi Sanford, Thanks for the reply. The email is a batch send and only on ad-hoc bases.I guess the other only option that I can think of is to extend the core table with the required fields and flatten the data for personalisation. But this would definitely make the table really wide.Just curious if...
Hi Guys, Apologies in advance if has been discussed previously but I wasn't able to find other related threads or discussions.We found our last week that we are limited to the row of custom object data that we could use as part of our email (via a foreach loop).This was only made apparently after fe...
Thanks Sanford! Will give it another try
Hi Guys,New to Marketo and apologies bringing this old thread back up.Trying to follow Sanford Whiteman approach to send multiple emails to the same email address.But for some reason in my Request Campaign step, no campaigns are appearing for me to assign against Request Campaign:Am I missing a ste...