Forum Discussion
powerapp network error when submitting form
- 2 years ago
Hi chunjie
The "network error when using patch function the specified record was not found" usually occurs if there's a mismatch between the record you're trying to patch and the records in your data source. This could be due to an incorrect or missing identifier for the row you want to update, or the record may have been moved or deleted in the source Excel file.
Check the following:
- Ensure that the Excel table has a primary key column that uniquely identifies each row.
- Verify that the app's connection to the Excel table on OneDrive is active and has the correct permissions.
- Make sure that the row you're trying to update still exists in the Excel table and hasn't been altered outside of PowerApps.
If the issue persists, consider refreshing the data source connection or checking for any recent changes to the Excel file structure that might affect the app's ability to locate the record.
For more information, I recommend posting in Power app forum :
https://powerusers.microsoft.com/t5/Get-Help-with-Power-Apps/ct-p/PA_General
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
Hi chunjie
The "network error when using patch function the specified record was not found" usually occurs if there's a mismatch between the record you're trying to patch and the records in your data source. This could be due to an incorrect or missing identifier for the row you want to update, or the record may have been moved or deleted in the source Excel file.
Check the following:
- Ensure that the Excel table has a primary key column that uniquely identifies each row.
- Verify that the app's connection to the Excel table on OneDrive is active and has the correct permissions.
- Make sure that the row you're trying to update still exists in the Excel table and hasn't been altered outside of PowerApps.
If the issue persists, consider refreshing the data source connection or checking for any recent changes to the Excel file structure that might affect the app's ability to locate the record.
For more information, I recommend posting in Power app forum :
https://powerusers.microsoft.com/t5/Get-Help-with-Power-Apps/ct-p/PA_General
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly