Forum Discussion
GullettBrian
Feb 08, 2023Iron Contributor
PowerApp form error after SharePoint list column deleted "network error when using patch function"
I have a custom list form created with PowerApps that is not allowing new items to be created after I deleted a column from the list. The column was previously a required field. The error is: "Networ...
- Feb 08, 2023I have been able to get this working again. Probably not the most elegant solution, but I created a new column called "field_1" to match what was in the error. Single line of text and not required. I added that field to the PowerApps list form, published, and confirmed that I could now create a new item successfully. Then removed the field from the form, published, and confirmed that I could create a new form. After that, I deleted the column from the list, once again confirming that I could create new items. It appears that it is cooperating. Wanted to post this workaround here in case anyone else runs into this in the future... hope it saves you some time and frustration! 🙂
GullettBrian
Feb 08, 2023Iron Contributor
I was hoping a refresh of the data source for the PowerApps form would do the trick, but unfortunately, the issue persists. Editing items with the form works fine, so as a workaround I am able to create new items directly in the list using the "grid view" and then edit in the form. It seems to only fail when it is a new item using the form, so I'm guessing there's some logic buried in there somewhere, but I haven't found it yet.