Link to App through Workflow. Is it possible...

Link to App through Workflow.

Is it possible to include a link to an AppSheet app when a workflow is triggered? Iโ€™d like to introduce this into a Task app, where the person receiving the task in their email could just tap on a link to take them straight to the task app.

0 9 333
9 REPLIES 9

Yes you can do that. For example you can add this into the Email Body.

<a href="<<CONCATENATE(โ€œhttps://www.appsheet.com/start/xxx-xxx-xxx-xxxโ€,LINKTOROW([KeyColumn],โ€œYourViewNameโ€))>>">Link to the Task where the xxx-xxx-xxx-xxx is your app ID.

Thank you for your detail response!

Iโ€™ll give it a try.

Youโ€™re welcome

It appears I am link deficient. Hereโ€™s the code that I put into the Workflow email body:

<a href="<<CONCATENATE(โ€œhttps://www.appsheet.com/start/TASKS-396986โ€,LINKTOROW([EZ ID],โ€œTASKSโ€))>>">Link to the Task

When I send a test, the email shows up fine, the link looks good in the email, but I keep getting this error message:

The Task-396986 is wrong. You should use the long ID. You can find it from the link in the editor. . or if you choose the full screen preview you can see the ID from the URL.

OK, I got it. I used the link from the Full Screen. Thatโ€™s awesome! Thanks for your help!

Youโ€™re welcome

Workflow rules make some of these conveniently available as โ€œTemplate Variablesโ€. See help.appsheet.com - Template Variables

Template Variables help.appsheet.com

Thanks, Praveen.

Top Labels in this Space