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

NameTypeDescription
Salesforce Instance URLStringThe URL of the Salesforce instance, generated during authentication.
Salesforce Access TokenSensitiveStringThe access token for Salesforce, generated during authentication.
Salesforce Record IDStringThe ID of the record to update.
Object NameStringThe API name of the Salesforce object (e.g. Case, Account).
Field NameStringThe API name of the field to update.
Field ValueStringThe new value to assign to the specified field.

Action Outputs

NameTypeDescription
SuccessBooleantrue if the field was updated successfully; false otherwise.