Hey there PowerApps Community,
I (alongside a few others it seems on the forum) are encountering a problem with our app that seems to have started on the 5th (the night that powerapps updated from 3.23105.18 to 3.23113.20).
This issue was not a problem before that, and nothing major changed in the app between the two versions. The issue is that for some of my users, when they try to submitform the form in our app it throws us two errors:
- Error: The specified column is read-only and can't be modified. - ErrorKind: 10
- Error: Network error when using Patch function: The specified column is read-only and can't be modified.
I can assure you I am not modifying any of the read-only columns such as the modified or created columns, and nothing has since changed to my code that would have made them stop working. There IS a patch on my form's OnSuccess, but again, it was working normally before for the last few months.
Another important but strange detail, is that if the user refreshes the page, and tries to submit it again then it WORKS, and will work for some time before causing the errors again. I can recreate it by going to the app in a browser I have not opened before, or going through incognito, and again if I refresh the webpage then submitting the form works fine. So to me this would seem that there is nothing truly wrong with the code or the app itself since refreshing the whole app allows us to get it to work, it is something on the backend from microsoft that we cannot control.
I have tried changing it to the other versions available on the authoring versions, but none seem to fix it. These are the only versions available to choose from. Does anyone know if its possible to revert it back to 3.23105.18 even though it is not on this list? Any help would be greatly appreciated.
Thank you so much for your help!
-Yosef