Hello friends,
I have tried pretty much all methods of adding a clickable link to a dynamic email body, to no avail.
Here are 4 examples:
The client has also sent a media attachment that you can open with this link: Click Here
<<HYPERLINK([_file_url], “Click Here”)>>
<<CONCATENATE(“<a href="”, [_file_url], “">Click Here”)>>
The client has also sent a media attachment that you can open with this link: <<[_file_url]>>
And here are the results of each:
I’m guessing we can’t use HTML or have any sort of clickable links there then?
