Is there a way to open a dashboard view to a specific record from a link?
Current situation:
I am using the following formula to create a link to a specific dashboard view (with interactivity enabled) and record:
CONCATENATE(“https://www.appsheet.com/start/MY_CORRECT_APP_ID”,LINKTOROW([LessonID],“Lessons Dashboard”))
The resulting URL is:
https://www.appsheet.com/start/MY_CORRECT_APP_ID#control=Lessons%20Dashboard&row=58a6446f
The row parameter correctly identifies the [LessonID] key field in each instance.
The link opens the correct view but always to the first row in the underlying table/sheet.
I use LINKTOROW in an action to open this view/dashboard from an action inside the app and correctly opens the dashboard view on the desired record.
Also, using the same formula above with a system generated detail or form view for the same table correctly opens the desired record.
Any insight or advice is appreciated.
MM