Salesforce · Arazzo Workflow
Salesforce Update Record
Version 1.0.0
Update fields on an existing SObject record then read it back to confirm.
View Spec
View on GitHub
AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSalesArazzoWorkflows
Provider
Workflows
update-record
Update fields on a Salesforce SObject record and verify the change.
Patches the supplied fields onto an existing record identified by SObject type and id, then reads the record back to confirm the persisted values.
1
updateRecord
updateRecord
Patch the supplied field values onto the existing record. Returns no body on success (HTTP 204).
2
getRecord
getRecord
Retrieve the updated record by SObject type and id to confirm the new field values were persisted.