I am creating a new build of the app we have been using to document hospital rounding encounters and such and am hoping to make things a bit more modular than my first attempt and create more relational tables as opposed to having so many things (columns) baked into a primary table.
For example, in the first build, the patients table had a LOT of columns that held things that could be moved to another table, such as address. I created an addresses table to store addresses and have them related to the patient. That way, they can have multiple addresses associated for home, work, etc.
To my question, am wondering if my approach going forward is going to come back to bite me because i am now thinking of how i can have nested GUI on forms, for example, to allow a user to enter information pertinent to a hospital stay without having to change screens.
Can i have a view that has embedded forms from another table? So i can see the patient but if the patient is hospitalized, have some of the hospitalization data nested/embedded for entry or viewing so long as the “hospitalized” variable is true?
so it looks like with the methods listed above, one cannot necessarily direct embed the form, it would just be a button that says “new” which takes you to the form? That’s what its looking like but i am just making sure i’m not just missing something, as i was hoping for a way to directly exposes the referenced elements as buttons, dropdowns, etc, all accessible within the same view despite actually being in different tables.
i chatted with AppSheet support and supplied a few screenshots and have confirmed that what i am looking to do is not currently possible. I’ll continue experimenting and see if i can find a way to streamline this workflow into to something that is agreeable for the time being.