I have a process app in Glide that is sitting on an Airtable base. There are 3 main tables in the base: Project Event, Pre-Arrival Info and Indoor Inspection Info. The Project Event is a parent to the linked Pre-Arrival and Indoor Inspection records.
I would like the app to first present, from a button action, a form to Create New Project Event. It only requires the Customer Name and Project Begin Date. Upon submission of that information, I want the app to present a Pre-Arrival form to capture information for that section of the process. I need to relate the Pre-Arrival data record to the parent Project Event using the Project Event ID.
Upon submission of the Pre-Arrival record information, I need to open an Indoor Inspection form to create a record that is also linked as a child to the Project Event ID.
I’ve been able to create the individual forms, but have not been able to automatically call them up at the end of one process. Nor have I been able to pass the Project Event ID to the child records automatically.
Any help here is appreciated!