Property in href of correspondance?
Hi.
I'm trying to create a correspondance that could let my user click on a link with a href contained in a property. Sadly, when the mail is sent, the href disappears and the text returns to a normal text instead of a link.
I tried the following:
- <a href="name={.Property}">SomeText</a>
- <a href="<pega:reference name=".Property"></pega:reference>">SomeText</a>
But it's sadly not working. How can I achieve that? Thanks in advance.
***Updated by moderator: Lochan to add Categories***