Deeplink into html template

Excuse me, I know that’s an old question, I think I have carefully read all the posts but something must have escaped me.
I’m trying to embed the URL to access a record directly by email sent through a workflow.
If I enter this expression in body properties
<< CONCATENATE (“https://www.appsheet.com/start/3256c701-f55f-4322-bd9a-74a4a42e10cb#appName=FAQDL98&table=Approvazio...”, [ID]) >>
everything works ,
but if I try to build this into a template

<a href = "
<< CONCATENATE (“https://www.appsheet.com/start/3256c701-f55f-4322-bd9a-74a4a42e10cb#appName=FAQDL98&table=Approvazioni&page=detail&row=”, [ID]) >> ">

it doesn’t work, cause “<” char after href =" is unexepected

I also tried to convert the html to a google docs

& lt; a href = & quot;

& lt; & lt; CONCATENATE (& quot; https://www.appsheet.com/start/3256c701-f55f-4322- bd9a-74a4a42e10cb # appName = FAQDL98 & amp; table = Approvals & amp; page = detail & amp; row = & quot;, [ID]) & gt; & gt; & quot; & gt;

< span class = "c0"> & lt; / a & gt;

but also in this case without success, this is the result into the mail
<a href="
<<CONCATENATE(" https://www.appsheet.com/start/3256c701-f55f-4322-bd9a-74a4a42e10cb#appName=FAQDL98&table=Approvazioni&page=detail&row=",[ID])>>">

Can anyone help me?

0 16 1,270
16 REPLIES 16
Top Labels in this Space