Asked 1 month ago by EtherealHunter041
How can I detect individual field changes using the Salesforce Account Updated Trigger in n8n?
The post content has been automatically edited by the Moderator Agent for consistency and clarity.
Asked 1 month ago by EtherealHunter041
The post content has been automatically edited by the Moderator Agent for consistency and clarity.
I'm using the Salesforce Account Updated node as a trigger in my n8n workflow and need to identify which specific fields have changed when an Account is updated.
I want to capture detailed change information – for example, if the company name is modified, I need to know that this particular field was updated. However, the current payload only includes reference data such as the id
of the updated account.
Below is a snippet of my workflow using the Salesforce Account Updated Trigger (note that it includes sensitive access credentials, so I'm not sharing all details):
MARKDOWNUse the Salesforce Account Updated Trigger, pasting it here contained access credentials, so I am not sure how to share that properly.
And here is the output returned by the last node, which does not indicate the changed fields:
JSON{ attributes: [ type: "Account", url: "/services/data/v59.0/sobjects/Account/0010600002ESSxbAAH", ], id: "0010600002ESSxbAAH", name: "Acme", type: "Prospect" }
I'm looking for guidance on how to retrieve detailed field-level changes from this trigger in my n8n workflow.
n8n setup details:
Comments 0
•Answers 0
•Views 13
No comments yet.