A colleague of mine encountered an error when updating an item in PowerApps. I tried to replicate the error in the dev environment, but the error didn't occur. The error given is not giving me much details on where to locate the read-only column stated.
Is there any way to provide a much-detailed error notification in PowerApps? That way I can easily locate where the root cause of the error.
Select
App
in the Tree View, and add the following to theOn Error
property:Hopefully that will tell you which column(s) is causing the error.
You could also look at https://learn.microsoft.com/en-us/power-apps/maker/monitor-collaborative-debugging
I suspect the issue is that user doesn't have edit permissions on the list - or - in the List Advanced Settings, under Item-Level Permissions - it is set to "Create items and edit items that we created by the user", meaning the user can only edit the items that they created.