How to create a link to a newly added row?

In my application, the admin creates an record(row), and after it is created, I need the workers to view it, well.. I send alert and email, but there I also need to add elements from the row what i created, how do I do this?

For example, i add row with name X and data 11/11/11

I want to send a notification: Hello, X, you must to do something on 11/11/11…

You can do that using an automation.

1 Like

Of course, I know about this, thanks, but I’m interested in the link of the newly created string.

Maybe you’re looking for information like what’s discussed in META POST: Deep Links & URL Parameters - Google Cloud Community .

Maybe you’re looking for the LINKTOFILTEREDVIEW() - AppSheet Help function.

2 Likes