@AshleighSperry
This happened to me once ... I had a form that had two buttons:
- Button #1 had "SubmitForm" OnSelect
- Button #2 OnSelect had ClearCollect as well as Patch/Defaults
It was working beautifully. But then I needed to add another aspect to the form (a new datacard with a TextInput connected to my SharePoint list Single Line of Text column).
But when I'd press Button #1, it would tell me I had a Network Error with Patch -- but I wasn't using the Patch button!
What I ended up doing was deleting the datacard completely from the form and took it out of the programming for Button #2's Patch. Then I added it back in to the form and then re-added it to Button #2's Patch programming.
The Network Error about Patch disappeared! So have you added any new datacards in or made any significant adjustments to the form since its initial creation?
Let me know if that solves it. Good luck!