How do I attach a link in create HTML Content Activity

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!

have a look here

similar just prepare the variables
use it when specifying the link with
grafik
button or the code/visual mode button

<A href="{{url}}">{{title}}</A>

1 Like

Please go through below post

This works and should be marked as solution. Just ran into this issue myself. Good stuff as always Peter!