Hi,
I'm trying to Patch filtered records from a collection back to the sharepoint list but I get an error sometimes (Modified: The specified column is read-only and can't be modified) while using the below statement to patch the changes:
Patch(DataSource, collection);
I use this formula to collect items in the collection : ClearCollect(Collection, Filter(datasource,code=someCode));
Can someone suggest how I can handle this.
Thanks.

Report
All responses (
Answers (