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?
Please try as follows
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โ)>>
User | Count |
---|---|
34 | |
11 | |
3 | |
2 | |
2 |