I have one RSS.
This RSS has several categories.
I make flow RSS to Twitt.
I want to select only one category from this RSS and send it to Twitter.
How can I do that?
I need an explanation with screenshot.
Hi @VV2,
You could use a Filter Array action to filter down to the items which only contain your category.
Below is an example of that approach.
In this example I am retrieving only NY Times sports article which have the Basketball category assigned.
https://rss.nytimes.com/services/xml/rss/nyt/Sports.xml
Btw, in the since I am using this expression to look back 7 days:
addDays(utcNow(), -7)