The Salesforce Record Updated trigger runs your Workflow whenever an existing Salesforce record is updated. Use it to react to deal stage changes, contact updates, or field edits. You can monitor specific fields or trigger on any change. This trigger works for various Salesforce record types, including accounts, contacts, leads, opportunities, and custom objects. The setup process is the same for all record types.Documentation Index
Fetch the complete documentation index at: https://docs.cassidyai.com/llms.txt
Use this file to discover all available pages before exploring further.
Add the Record Updated trigger
Create a new Workflow with a Salesforce Record Updated trigger, use an existing Workflow with this trigger, or change an existing Workflow’s trigger type to Salesforce Record Updated.

Connect your Salesforce account
If you haven’t already, connect your Salesforce account to Cassidy. This allows Cassidy to access your Salesforce records and trigger Workflows based on record updates.

Select the record type
Use the Type dropdown to choose which Salesforce object type you want to monitor for updates — for example, Account, Contact, Lead, Opportunity, or a custom object.

Select fields to check for changes
Under Fields to Check for Changes, select which fields the trigger should monitor. When any of these fields are updated in Salesforce, the trigger activates and starts the Workflow. If no fields are specified, changes to any field on the record will trigger the Workflow.



Reference the trigger variables
In subsequent actions, use the variable picker to insert data from the trigger. Variables map to the Salesforce properties of the updated record, letting you use record data throughout your Workflow.

