Question
Marketo Token using SFDC custom object - test email ok but not batch email
Hi,
We are developing some post-purchase confirmation emails after students enroll in a course.
I have created tokens and they work on the preview and test, but nothing is displayed when the email is sent on a batch- smart campaign
.
Could you please help?
Token:
#set($listSize = $Course_Enrollment__cList.size() - 1)
$!Course_Enrollment__cList.get($listSize).Course_Offering_Product_Name__c
Below is the filter used to send the email

Thanks