Can't use same trigger on two different workflows

Hi everyone, I’m new to n8n. I have two separate workflows that use the same trigger but filter out different data. My question is: can both workflows work simultaneously with the same trigger or should I combine everything into a single workflow?
Currently, when a new paid order triggers the workflows, only one of them runs. In Zapier, I was able to use the same trigger across multiple workflows without any issues. Is something similar possible in n8n?
(Shopify new paid order is used as a trigger)


Information on your n8n setup

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

Same problem, with a different trigger.

Some triggers can be only hooked in once into n8n.

I solved this building a trigger router routing to different subworkflows with a switch; keeps the workflows and triggers clean.

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