Deep link

Hello everybody,

I would like to use deep link notification that received by the users to take them to a specific location (cell) inside the app, I tryed but it doesn’t work with me to refer to the sheet cells that I want.

My app security no login required

Cell? The term “cell” would translate in AppSheet to a specific row and specific column of data. AppSheet doesn’t operate that way. It is a row-based operating platform. You can create Views that limit which columns are shown.

To accomplish your goal, first create View designed to show only the columns you wish to present to the user. Then you can create a Deep Link to that view specifying which row you want the View to show.

1 Like