Why is my n8n workflow not triggering automatically?

I am trying to automate a task using n8n, but my workflow isn’t triggering as expected. I have set up a trigger node, but it doesn’t seem to be working.

Describe the problem/error/question

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

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

Hey. @ni_Dev hope all is good. Welcome to the community. Try checking the trigger node configuration, ensure the correct event is selected, and verify that the node is properly connected to the rest of the workflow.

If this answers your questions kindly mark as solution.

2 Likes

First of thanks for replying, I will do that now and come back.

1 Like