I have a power apps portal site with an application form that requires the end user to upload two different document types, I have an table called documents.
In my advanced application form I have a step for document Type A that has a form from my document table and sets the document type field to Type A and requires an attachment.
Then I have a second step that includes a slightly different form from again from the document table and sets document type field to Type B and requires an upload.
My goal is to have two different document rows in the document table when this is done but instead I'm getting one row with two different attachments and all the fields from Type B are saved any information from Type A is lost
is this possible? how could I do it?