Hello,
I am currently experiencing a very troublesome issue with the SubmitForm action.
To start with I have a SharePoint list that is housing my data and I have multiple forms that are tied to this sharepoint this. The user will select a specific SharePoint record on the homepage of the app from a gallery. This record data will then display across my forms (EditForms).
For example - I have a SP record that has 12 columns. 4 columns are on tied to 1 form each. So 3 forms total.
The forms may already contain data based on the record being selected from the gallery.
Once the forms have been filled out I use a button to Submit the forms to the current record being updated.
Example - SubmitForm(Form1);SubmitForm(Form2);SubmitForm(Form3)
Anyways, this method works like 60% of the time. Sometimes I submit the forms and all the data is stored. Other times, I submit the forms and no data is stored.
Not sure what to do.