"Edit screen" does not save inputs right after item creation (Glide Pages)

Have a look at the below thread:

And also the sample App that I provided as a solution:

The above is an App, but the same concept can be applied equally well to Pages.

The general idea is that you set a UniqueID in a User Specific Column when the form is first opened, and use that in an Add Row action as the ParentID when the Parent record is created. You can then use that same UniqueID to create one or more related child records, without leaving the form screen.

2 Likes