
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.
Hi @suchitra29
Can you please confirm if you have any read-only columns in your datasource? I find it very strange that this is only happening several times.
Best Regards,