Salesforce Update Field
Updates a specific field on a Salesforce record using the DG Flow Package.
This action allows you to update the value of a single field on any Salesforce object by specifying the record ID, object type, and field details. It streamlines record updates in automated flows.
Action Inputs
Name | Type | Description |
---|---|---|
Salesforce Instance URL | String | The URL of the Salesforce instance, generated during authentication. |
Salesforce Access Token | SensitiveString | The access token for Salesforce, generated during authentication. |
Salesforce Record ID | String | The ID of the record to update. |
Object Name | String | The API name of the Salesforce object (e.g. Case , Account ). |
Field Name | String | The API name of the field to update. |
Field Value | String | The new value to assign to the specified field. |
Action Outputs
Name | Type | Description |
---|---|---|
Success | Boolean | true if the field was updated successfully; false otherwise. |
Updated about 9 hours ago