I am using a SharePoint integrated form and have collected the selected record in a collection.
I am then modifying this record inside the collection via form and Patch functions.
At the end I wanted to patch the changes back to the datasource via:
- Patch(SharePointList,myCollection)
But I am countinuously getting the error: {VersionNumber}: The specified column is read-only and can't be modified...
I have tried to drop the version number via DropColumns function but then I get error for another field and another field and another field...
Please kindly support what is the issue... I think this should supposed to work since the columns in source and Collection are the same.. (i have a high number of columns though, around 70...)