Update SharePoint column using Update list activity

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

@Caven_Fernanda

Welcome to the community

Please check this

Cheers

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.

@Caven_Fernanda

Then the cireldref you need to target is ID

Cheers