We have developed a PowerApss application which accesses an on-premise SQL Server database through several views.
Everything worked fine until the client dropped the database. Since they did not have a backup, they were required to re-build the database and specificaly the views.
We managed to correct all the errors in the app that existed due to missing objects or changed field names.
We are still faced with a red error in each of our main screens:
"The request operation is invalid.
Server response: The key didn't match any rows in the table.
clientRequestId: <GUID>."
This happens although data does show up in various controls and grids.
Publishing a new version or clearing the local PowerApps cache does not help.
It should be noted that we use collections to support offline scenarios.
We will be trying to get some additional data from the gateway or SQL Server, but any other ideas would be welcome.