Can't use HTML in dynamic email body

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?

The first option worked for me but only if I used it inside a template as the email body. Which I believe is not available in a dynamic email.

I checked one of my sample apps and at least this works with the email body..

<a href=“<<CONCATENATE([Link],LINKTOFORM(“Data_Form”,“ID”,UNIQUEID()))>>">Create a new report with prefilled values where the [Link] contains the URL for the app.