Hi,
I want to attach a link into a html file. I am using the create HTML Content Activity. I have the link stored in a variable.
P.S is it possible to add a variable in the html code?
Any suggestion is welcome!
Thank you in advance!
ppr
(Peter Preuss)
2
have a look here
similar just prepare the variables
use it when specifying the link with

button or the code/visual mode button
<A href="{{url}}">{{title}}</A>
ushu
(Usha kiranmai)
3
Please go through below post
LeviGraff
(Levi Graff)
4
This works and should be marked as solution. Just ran into this issue myself. Good stuff as always Peter!