We have a Power App canvas app that uses a form for item Adds & Edits (same form, different mode). Users are encountering the error when saving via SubmitForm(<formname>), but only on some records, about 4 out of ~4000 so far. Once encountered, the item will not save any changes, which leads us to believe it is not a random connectivity issue. As it appears only related to specific records, we've reviewed those items to ensure no bad/invalid data exists in a complex or non-text data type column and found no oddities. If we were writing out a read-only field on the form, we expect every record would have this issue. The form does display (read-only) some additional lookup field data, but that have been there since inception and never led to any for save issues. To date:
- I have read all available posts concerning this error and reviewed those solutions to no avail
- Refreshed the data source
- Reconnected the data source
- Deleted and re-added datacards for any newly added form fields (these were existing fields in the data source with one exception, which was a new field) and many of the date and choice fields.
The error does not indicate WHICH field is read-only. My next attempt is to recreate the form in another app and see if those particular records will save.
Open to any thoughts or suggestions as the error message is not all that helpful.