Hi Guys,
Trying to create a a dynamic link, where you have the name of the client and you can click on it.
For example Alteryx the problem is that the link I want to use is not a web link but a link to an internal system. Now alteryx is detecting it and putting in front "HTTP/".
I have done what it is suggested in other tools which is:
<htmlpassthrough>
[Client Name]|[Client URL]
<htmlpassthrough>
The above stops from Alteryx adding Https, but this stops becoming a dynamic Name and rather you see
Alteryx|en.wikipedia.org/wiki/Alteryx
Which is not what I want. Any suggestions?