Dynamic links custom objects breaking
Hi,
Links are breaking when trying to pull from custom object, the code is within a FOR LOOP - for testing purposes I have reduced the code. Anyone have any ideas why the links are breaking?
Working URL outside FOR/IF LOOP, pulling link from custom object(DynamicCustomObjectList) : ${DynamicCustomObjectList.get(1).URL_1}
Links not working when inside FOR loop:
#foreach( $co_record in $DynamicCustomObjectList)
<a href="https://${co_record.URL_1}">CLICK ME</a>
<br>
<a href="https://uk.website.com/${co_record.URL_1}">CLICK ME TO</a>
<br>
<a href="https://$co_record.URL_1">CLICK ME AGAIN</a>
#end
Output link break: https://%24%7Bco_record.url_1%7D/?mkt_tok=eyJpIjoiTkRoak5qTTNNREl6WVRaaSIsInQiOiJDVVwvZmlrSWpzUEgrdjlYV2VvMENHME5PZG0xcThHQVd3TEp4Y3l4WEJERXUrMlwvTUQ0TjdqNGE1WTNGa1RPUUgwbDh2VFlKeWc5dTdRMEM3YXRPZFd2VlVyUGlPSE4zc25WRCtiQThjWHg4b1FzcFB0b2VRUStsMjVwZVBlTGVvIn0%3D
The code is in an email script token, which then is added to a snippet and from that called into an email.
Thanks,
Haroon