SalesForce Trigger (Custom Object Updated) Not Triggering

I have a SalesForce Trigger that using the Trigger On of Custom Object Updated. I notice when I enable the flow the first time it will trigger only once and never again. If you try to update any other records it will never pick them up until I disable the workflow and turn it back on. It is only then those changes are picked up.

n8n version: 1.71.3
Database (default: SQLite): SQLITE
n8n EXECUTIONS_PROCESS setting (default: own, main): default
Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
Operating system: Ubuntu

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

I think I found the solution. It appears that the server time had drifted. Once I got that fixed it started working as expected.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.