Update SObject Record
sf_update_recordUpdate an existing Salesforce SObject record by ID. Specify the object API name, record ID, and field values; only the provided fields change.
Instructions
Updates an existing SObject record by record ID via the Salesforce REST API. Provide the object API name, the 15 or 18 character record ID, and the fields to update. Only provided fields are changed — omitted fields retain their current values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | Yes | Key-value pairs of field API names to update values | |
| recordId | Yes | Salesforce record ID (15 or 18 chars) | |
| objectApiName | Yes | SObject API name |