Hi,
I am looking for an option in Marketo where I can keep list of lookup fields and use these look up fields to render in the email template
for example: <urlkey,urlValue> . Would like to get urlValue based on urlKey and render in the email.
Please suggest if any other alternatives.
Thanks,
Babu
Solved! Go to Solution.
Easy. Set up an object (LinkedHashMap, technically) in a Velocity token.
#set( $myStuff = {
"key": "value",
"key2": "value2"
})
Then get values from it in other Velocity tokens.
${myStuff.get("key2")}
Thank you Sanford, it worked very well.
Thanks,
Babu
Hi Sanford,
Is there any of your blogs available for border understanding on lookup concept in Marketo.
Thanks,
Babu