Multiple RSS Inputs as Triggers

Very short question: my workflow does not seem to work. As I wanted to have multiple RSS Triggers in the same flow as input. How could I make this work in parallel?

  • n8n version: 1.69.2
  • Database (default: SQLite): QLite
  • n8n EXECUTIONS_PROCESS setting (default: own, main): own, main
  • Running n8n via (Docker, npm, n8n cloud, desktop app): self-hosted in google cloud
  • Operating system: Windows10

Nodes are never truly executed in parallel - n8n always executes branches from top-left to bottom-right. Why do you need them to be in parallel?

1 Like

Well there is multiple websites from which I want to gather the RSS Feed and insert it into a Google Sheet. Don’t want to create 15 workflows for that.

In that case this should work. Although if the RSS feeds have different data structures you may want to insert some Set nodes to create the a unified structure in each branch before handing it to the Google Sheet node.

1 Like

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