URL Not Resolving in Email Script Token
For context here, following the advice to have an email comprised almost entirely of email script tokens. However, none of the tracked links such as CTA Urls are rendering correctly. Hoping there is a workaround for this other than having to disable tracking for all the links in our emails to populate. We are currently using this for a performance snapshot email where all the values in the tokens will differ from person to person, displaying things such as unique page views for that contact. All of these tokens are email script tokens that pull data from the custom object. There are 63 token values in this email that are being updated.
Each token looks like this to pull in the value from that CO field: ${vMC_cList.get(0).op_cta_text}. I was wondering if anyone has found a resolution other than what I found on the community here
Thank you in advance!