Link to other app to a specific row

Hi,

I have two applications, namely App #1 and App #2. I want to create a 'linktoapp()' action by looking up the 'id' value of a row from App #1 to a specific row in App #2. Is it possible?

Thank you.

0 3 167
3 REPLIES 3

Either add the necessary table to both apps or use the AppSheet API to Read records from a table - AppSheet Help

Another easy way(may be), if you open the desired landing page with browsers, you'll see its URL(containing everything according to API's words). Copy the URL and paste in somewhere (like Notepad), take a look to find the keyword that differentiate this specific row to others. Now you would be able to construct an expression (with proper columns at the keyword location) to point to the desired landing page. Then create an action to open the URL created by the expression.

Top Labels in this Space