I have a SharePoint Online Library in which I am customizing the form with PowerApps. I added a button to the screen with Submitform(SharePointform1) as the OnSelect. I keep getting this error: "Network Error when using patch function. The requested operation is invalid". It's a very basic form, so I'm not patching any values. I do however have 3 Managed Metadata fields (from Sharepoint). These fields present as Choice fields, but when you click on a field and search, all the items are there. So I'm not sure if there's something special I'm supposed to do for the Managed Metadata fields in order to successfully submit this form (again, I'm assuming this has to do with those fields).
I should note that the action the user is taking in this library is to Create a New Doc set.
Any help would be appreciated.
Thank you.