Business need is to track UTM parameter details on non-Marketo landing page and to achieve this we have created one time process mytoken as well as used system campaign token. Now,...
In a loop condition, for each item business need is to sort it twice.
#foreach( $myList_c in $sorter.sort($myList_cList, "date:desc") )
#set( $mySortedList = $sorter.sort( $myList,...
In CO list, there are total eight field in which one field is date and second field item type. Business requirement is to sort it based on item type first after that again sort it ...
date class java.lang.String 2020-03-20 08:20:02
leadID class java.lang.String 1
productCTA class java.lang.String https://www.mdg.co.in/product/item.html
productID class java.lang....
{kv.getKey()} class java.lang.String 2020-03-23 08:20:02 {kv.getKey()} class java.lang.String 4 {kv.getKey()} class java.lang.String https://www.mdg.co.in/product/item4.html {kv.g...
I am using only the debug code and removed everything from VTL.
#set( $coList = $pro_cList )
#foreach( $record in $coList )
#foreach( $kv in $record.entrySet() )
{kv.getKey()} ${d...
This is the one script product name where I added the code at the top.
<html>
<body>
<table>
#set( $coList = $pro_cList )
#foreach( $record in $coList )
#foreach( $kv in $record.e...
I have added the code in three ways
1. Full code at top after debug no change in previous email design.
2. Both end statement at last after debug nothing display.
3. Putting both e...