Can I create a form from one table view, to insert/edit data in another table

I am prototyping a small app to flesh out some concepts before moving on to a larger project. The goal is to create an interface with an initial dashboard of icons which will lead to other “sub dashboards” if you will, to allow working with data pertaining to the first dashboard item selected.

For this small example, I have two sets of data, users and pets. Both sets have a unique id per row, and pets are owned by a user.

Overview:

What I want to do is to be able to add/edit the pets associated with a user, from the Users list. Is it possible to create a deep link that includes the user’s ID so that I can build a Ref view to edit the pets associated with the user I initiate that action from?

Please let me know if I can clarify any further, or if there is a better way to approach such a goal. I’m open for suggestions.

Thanks

0 1 607
1 REPLY 1

I was able to find the functionality I needed from this example app.

https://www.appsheet.com/samples/How-to-link-between-different-parts-of-an-app?appGuidString=102df0e...

Top Labels in this Space