I have gotten started with Glide about a month back and I loved how simple it is - I have gone through a lot of videos from Jack in Glide university and i also went through the docs quite a bit, but I am not fully comfortable with building an app for my needs (which I will explain below). Ideally, I want a video/course that takes a project and shows how it is built end-to-end. I have checked out a few videos from Glide Ambassadors, but many of them use the old Glide Apps UI and things have changed quite a bit - the only resource I could find using Glide Pages is by Robert Petitto - https://www.youtube.com/playlist?list=PLiXRc87c6KKUGVFo0exCayGShEVo5txfD
But some of his videos jump quite a bit into advanced territory - is there any tutorial that walks through setting an app from start to end, preferably on the latest Glide pages (but even something old is ok, as long as it would help me to feel more comfortable with Glide).
Here is what I am trying to build:
I am trying to build a screen that is typical in so many applications - a Header and a Detail component. For my use case, I have a Purchase Order Screen that I need to build which has a header section (PO Number, PO Date, Supplier Name, etc.) and a detail section (Product Code, Quantity, Price, Line Amount).
Here is a sample PO entry screen
So, I need to build a composite screen using the 2 tables from Google Sheet - PO header and PO detail. I brought the PO Header into a screen and then used the PO detail as an Inline collection, but when a new row is added, I need to auto-populate the PO number that is the connecting link between the 2 tables. I could not figure out how to build the link between the 2 tables.
The next screen I want to build is a GRN (Goods Receipt Note) Screen which allows the user to select a Purchase Order and then populates the Line Item details from the Purchase Order Details to GRN Details screen - here, I want the user to see the line item quantity in a table view like the above image and then enter the received quantity in another column - all the line items should be visible at the same time - when the user finishes entering the received quantity for all, then he should save and the header info should go into the GRN Header sheet in Google sheet and line item details (multiple rows) should go to the the GRN details sheet.
So, any pointers to solve my specific case, or any pointer to a resource that would help me to understand some of the advanced functionality of glide would be much appreciated.