Data Entry Notification

I have a workflow setup to trigger a notification when a new data entry is added. How can I have the notification go to the newly entered record when clicking notification.

Thank you

1 3 255
3 REPLIES 3

I am currently using:
LINKTOVIEW(โ€œGameboardโ€)
to go to my gameboard view but when clicking on the notification it still just loads up the appsheet app to the default view.

I was going to use:

LINKTOROW("<<[_RowNumber]>>", โ€œGameboardโ€)

Canโ€™t seem to get clicking the notification to go to anything except the default landing view of app though.

Because your notification is outside of the app space, you need to specify which app you wish to navigate to in addition to the view name.

It looks like all of the LINKTOโ€ฆ() function have an optional parameter for the app-id at the end.

Iโ€™ve not tried this but think all you need to do is add to your Deep Link for the notification something like this:

LINKTOROW("<<[_RowNumber]>>", โ€œGameboardโ€, "app-ID")

You can find this app ID in the URL of the emulator as โ€œappname=โ€ฆโ€. Just copy the part after the โ€œ=โ€ up to the โ€œ&โ€.

Steve
Platinum 4
Platinum 4

For reference:

Top Labels in this Space