Opening a specific project page from another app (both apps using same data source)

I have two Apps (‘Client Database’ and ‘Check In Forms’) that are working with the same data source. The data source is a Google Sheet which has a column labelled ‘Site’ which differentiates the clients by their name (Team A, Team B etc). The Client Database app displays information regarding the client and has a button at the bottom of each clients page which currently directs the user to the Check In Forms app. Is there a way that when a user is on the Team A page of the Client Database app, it takes them to the Team A page on the Check In Forms app? Currently my button action is to open the URL of the Check In Forms app, but does not direct the user to the specific client

If you can work out the correct url including the rowID, then maybe you could do something by building out the url with a template column and use that with your open link action.

1 Like