Here's my issue: I'm looking to include deep links to our product in emails. The deep link url structure as such: https://example.com/folder/${id}/product
, with ${id}
being sent to RS through the api.
I'm able to retrieve the dynamic value of ${id}
when the url is in regular tag (for example, when assigned to a button or text link), however when it's part of a link table the parameter doesn't parse in ${clickthroug('var')}
(var being the link name) and the link breaks in the live version of the email.
Any syntax nuances I'm missing here?
Thanks!