Update SObject Record
sf_update_recordUpdates a Salesforce record by its ID, applying only the provided field values via the REST API, leaving omitted fields unchanged.
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 |