Describe the problem/error/question
I am using the Salesforce Account Updated node as a trigger for a workflow. Is there any way to get the changed data in the event? So for example if the name of the company has changed then I would like to know that this field has changed.
What is the error message (if any)?
There is no error message, but the payload of the node only contains references to the Account that has been updated, like the id
Please share your workflow
Use the Salesforce Account Updated Trigger, pasting it here contained access credentials, so I am not sure how to share that properly.
Share the output returned by the last node
{
attributes: [
type: "Account",
url: "/services/data/v59.0/sobjects/Account/0010600002ESSxbAAH",
],
id: "0010600002ESSxbAAH",
name: "Acme",
type: "Prospect"
}
Information on your n8n setup
- n8n version: 1.75.1
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud
- Operating system: