I have a Notifications table in my app that is added to by an external source. One of the fields is a "Details Link" that, if it is an appsheet link, should be what the notification navigates to when they click it. The "Details Link" is set by the user of a Notification Admin app, so it needs to be easily accessible by a user.
In my browser, the links to the dashboards of apps are formatted like this:
A deep link is everything after the base url for the app. The base url is the appsheet.com/start/{app-id} section. So you can just strip everything off the front. Try the following as an expression in the 'deeplink' setting:
SUBSTITUTE( [url] , 'https://www.appsheet.com/start/1q2w3e4r5r' , '')
Make sure the app-id is correct for your app, I assume that one isn't a valid app-id and just an example.
User | Count |
---|---|
15 | |
14 | |
8 | |
7 | |
4 |