Salesforce update query

I’m using Salesforce Application Scope to connect Salesforce object’s, I have used Execute SOQL activity to get records from a particular object from Salesforce DB, Can any one help me how to update back the particular record by using a ID(primary key) into salesforce object.

Hi @Mohammad_Gouse

There is update record activity under the salesforce package you can use that.

Thank you,
Prashant

I have tried with update activity but it showing the given key already exists, is there any way to update a particular record based on ID, if there can you please guide me how to pass ID to Update Activity

Continuing @PRASHANT_GABHANE if you drag the update activity inside salesforce application scope then you need to pass id and a lot of objects will be loaded choose one of the object and their respective field

1 Like