I'm currently running into some trouble using dynamic value in an email template.
We have a survey link sent out in this email template, each survey link is unique by tagging on any value to the end of the hyperlink (example: http://www.test123.com/ID=*********) anything can be placed into the after "ID=" for this survey to work.
I dynamically added the value of a case record related to the survey so we will be able to reference which survey belongs to which record. Problem is in the email I'm able to see the value replaced and shows http://www.test123.com/ID=testingID but when you actually click the link, it shows the "variable" instead like this test123.com/ID=%7b%21case:ticketnumber%3b%7d
This is causing the ID to be %7b%21case:ticketnumber%3b%7d everytime, even though in the body of the email it's replacing it properly, the hyperlink itself isn't replacing the value.
Has anyone run into a similar problem?
Thank you.