Fetch and parse RSS/Atom feeds
The RSS Feed step fetches items from an RSS or Atom feed URL and parses them into a structured rows array. Each feed item becomes a row with fields like title, link, description, and publish date, compatible with For Each for per-item processing.
The step reads a feed_url from its input record, fetches the RSS or Atom feed, and parses the entries. Outputs a list array of feed items with metadata (title, link, description, publish date, etc.) plus a list_count. Connect to a For Each step to process items individually.