Link a record of an AppSheet App to another record of another AppSheet App and open last with action

Is it possible when create a record of an AppSheet App (name FirstApp) to "link" it to another record of another AppSheet App (name SecondApp), so that is possible to open the AppSheet record (of SecondApp) with a click action ?

Solved Solved
0 17 384
1 ACCEPTED SOLUTION

You can create an action of type App: go to another view in this app and use LINKTOROW() in the action's Target expression. Note that, despite the name of the action type, you can target other apps. The LINKTOROW() help doc explains how.

View solution in original post

17 REPLIES 17