I'm building an app that connects to a SharePoint list. I have had trouble with it in the past trying to get it to auto-populate and update certain fields, but seemed to find some solution to those issues. Now, however, when I try to submit the form, I am getting the error: "Network error when using Patch function: The requested operation is invalid". I am using a button with the OnSelect property being SubmitForm(Form1).
I have attempted reconnecting to the data source and re-making the submit button. In one instance, the submit button worked briefly after being remade. I am not sure where the issue lies at this point or how to troubleshoot further.