HYPERLINK in Workflow I try to use the HYPER

HYPERLINK in Workflow

I try to use the HYPERLINK function in a Workflow Email Body.

<<HYPERLINK(CONCATENATE(“https://www.appsheet.com/start/893a9bce-fd34-4ecb-a9bb-1d7cc344ae2b#appName=Inventur-38452&page=deta...”) , “Bestellung öffnen”)>>

The result is just the URL. The Link Text will be ignored. What am I doing wrong?

Solved Solved
1 5 748
1 ACCEPTED SOLUTION

@Fabian
You can use HTML instead in the workflow email body i.e.:

Click <a href='<<CONCATENATE('https://www.appsheet.com/start/AppId#appName=YourAppNameHere&table=YourTableNameHere&page=detail&row=',[KEY])>>'><b><u>HERE</u></b></a> to view the record.

View solution in original post

5 REPLIES 5

@Fabian

This is the result of a bug. It is going to be complex to fix so it may take a few days.

Was this ever fixed? I’m not seeing my text either, just the URL.

Hyperlinks work in Body Templates and Attachment Templates. They do not work in the Body property.

I have updated the documentation to indicate this. See topic “<<ROW_WEB_LINK>>” in this article https://help.appsheet.com/behavior/workflow-sending-email/template-variables

@Fabian
You can use HTML instead in the workflow email body i.e.:

Click <a href='<<CONCATENATE('https://www.appsheet.com/start/AppId#appName=YourAppNameHere&table=YourTableNameHere&page=detail&row=',[KEY])>>'><b><u>HERE</u></b></a> to view the record.

Thank you - this is the solution.

Top Labels in this Space