Rss Read & Number of articles to extract with variables

Describe the problem/error/question

There is not way i can extract X articles from the list denerated by the Rss Read node. X is a variable gathered in a previous node in airtable.

Please share your workflow

Information on your n8n setup

  • n8n version: 1.62.6
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker

Please guys, do you have any idea on how to fix that ? :slight_smile:

Kind regards

You can use limit node and set the number from airtable.

And of course you can add sort to sorting the article in the ways you want.