Hello everyone.
I have a problem with saving entries into a table.
Namely, my table has many mandatory and optional fields, and it has a Unique ID column - which only arises after the new entry is saved in Table.
To save a new entry, in my application, I use Edit Forms, but not just one, BUT SEVERAL OF THEM arranged in different containers. Each Edit Form contains a certain number of Data Cards that must be filled in (because they are mandatory) before clicking the "Save entry" button.
Formulas such as: Submit Form(Edit Form 1); Submit Form(Edit Form 2); Submit Form(Edit Form 3); and so on are not considered because each time an attempt is made to create a new entry, which is not possible (I only fill in certain fields in each form). Also, I must keep in mind that each entry must be possible to EDIT AGAIN in the App later and save it as the same entry and not as a NEW one.
Any kind of help is welcome. Thank you!