Node "Rss Read"

Hi,

Reading the documentation, it seems that we must use a “Loop” to use the “Rss Read” node. Is it still correct?

If not, how can we read feeds of multiple Rss Urls?
Is this template the best practice?

Thanks

Information on your n8n setup

  • n8n version: 1.20
  • Database (default: SQLite): none
  • n8n EXECUTIONS_PROCESS setting (default: own, main):?
  • **Running n8n via (Docker, npm, n8n cloud, desktop app):**npm
  • **Operating system:**windows 11

@AyS_0908 , using SplitInBatches node is outdated. You can achieve the same result with Loop node instead.

2 Likes

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