Monitor RSS feeds and process new items automatically
The RSS Feed step fetches items from an RSS or Atom feed URL and parses them into a structured list for processing.
Fetch and parse items from an RSS or Atom feed. Each feed item becomes a row with fields like title, link, description, and publish date, ready for per-item processing with a For Each step.
Provide a feed URL as input. The step fetches the RSS or Atom feed and parses the entries. Returns a list of feed items with metadata (title, link, description, publish date, etc.) plus an item count. Connect the output to a For Each step to process items individually. The output fields define what data is extracted from each feed item.