Hello,
I am having an issue with my PowerApp connected to a SharePoint form. The list items are getting saved successfully, however, if the user uploads multiple attachments and submits the form too quickly some of them may be left out. For example, I've attached 3 files to my form and only two came through.
I noticed that this behavior doesn't happen if I wait for a couple of minutes before I submit the request, therefore I assume that it only happens because the file has not finished uploading, yet the form can still be submitted and the item gets saved without any attachments.
Possible solutions I thought of would include some sort of submission delay (though I wouldn't like the user to see this, I would like it to happen in the backend) or connecting a flow to the PowerApp that uploads the attachments to a SharePoint library instead of a list. Is there a message I can display asking the user to wait until the upload is finished?
Thank you in advance.