Announcements
The Google Cloud Community will be in read-only from July 16 - July 22 as we migrate to a new platform; refer to this community post for more details.

How can I show a url for a specific detail view in the body of an email template?

Can anyone provide me with a solution or steps to follow in order to create an action that generates an email with a clickable link that directs the recipient to a specific detail view?

0 2 1,786
2 REPLIES 2

Please try as follows

  1.  Go to UX -- > Views option and go to the detail view where you wish the email recipient to navigate after clicking.
  2. In the detail view, copy the app link under the Behavior section.

Suvrutt_Gurjar_1-1678503312263.png

3. In the email template , create a hyperlink something like below by copying the app link and appending key of the row whose detail view you wish to display as follows. In the example below [Name] is the key column of the Customers table whose detail view is being shown in the email.

<<HYPERLINK(CONCATENATE("https://www.appsheet.com/start/daba8178-7dt9-4abc-a622-111dcd19eabf#view=Customers_Detail&row=", ENCODEURL([Name])), โ€œCustomer Detailsโ€)>>

 

 

 

Top Labels in this Space