Update Record
Updates a record based on the specified object and record ID. Field values provided in the request body replace the existing values in the record.
Basic Parameters
Parameter | Description |
---|---|
ID | The identifier of the object. Can be obtained via the List Records action.For example: 001R0000005hDFYIA2. |
Object Fields | Object's fields values.. Can be obtained via the Describe Object action. |
Object Name | The name of the object. For example: Account . |
Advanced Parameters
Parameter | Description |
---|---|
If Modified Since | An optional parameter specifying a date and time. The request returns records that have been modified after the specified date and time. |
Example Output
{}
Workflow Library Example
Update Record with Salesforce and Send Results Via Email
Preview this Workflow on desktop