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
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.