Hi I am struggling to update a column in a SharePoint list. When using the Update list activity and a CAML query all records/columns matching the query is updated.
Is there an way to update a column by ID.
Thanks
Hi I am struggling to update a column in a SharePoint list. When using the Update list activity and a CAML query all records/columns matching the query is updated.
Is there an way to update a column by ID.
Thanks
Hi
Thanks for your feedback however I have already tried the above CAML query. When using the above query within the “Update list items” activity, all of the columns with FieldRef Name = ‘ProjectID’ will be updated simultaneously. Long story short the activity does not target a single record but instead updates all records that meet the CAML condition.