Error message: Unknown error. Server response: Exception in Scrub sensitive database.

While working on SharePoint integration with PowerApps, I got this error message for one of the user.

After investigating the error following are few reasons for the errors,

  • User might not have the read access to the data (i.e when we try to load the collections from SharePoint List to a collection on App Load or Screen Visible function).
  • User may lost access or user not having access to the site/list/item that they are trying to update.
  • There might be document locked on other users (while updating the document properties.).
  • There might be issues with the data connections. We need to make sure user have the access to all the connection specially Load data or patch data connection.

I have added a custom message using Notify function. I have got the issue as user access got removed for the list. After updating user permission issue got resolved.

Comments

Popular posts from this blog

Power Apps toPower Automate Error - The input body for trigger 'manual' of type 'Request' did not match its schema definition , the input String does not validate against the date

Power Apps - Restricting the Text Box only Whole Numbers

ETAG mismatch (Conflicts exist with changes on the server, please reload)