I couldn’t find any info on how (or if) the RSS Feed trigger tracks already processed items.
## Use Case
Given that most RSS feeds are additive, I only want to process new items that have been added since the last fetch of the feed.
First Fetch
- Title C
- Title B
- Title A
I’m assuming all items will be exposed for processing (a Google Sheet, Digest, etc)
Now on a second fetch:
- Title E
- Title D
- Title C
- Title B
- Title A
My question is, will A-E be moved along for processing or only D, E, when the feed is fetched 15min later?
Also, is my assumption that each individual item will be processed for something like Google Sheets or do I have to use Loops?