I want to display a link on my Form.
Therefor I have created a rich text field with the following code:
<a href="{ItemProperty:RexxLink}" target="_blank">Link</a><br/>
But as soon as I test it, Nintex does this:
<a href="/sites/xxxxxx/_layouts/15/NintexForms/%7BItemProperty:RexxLink%7D" target="_blank">Link</a>
Why?