Process new items from an RSS feed on a schedule
@pravin
code:
data:privatelast updated:4 years ago
@pravin/
Process new items from an RSS feed on a schedule

Quickstart

Just fork the workflow and click Run Now. If you run it again, the workflow should only export new stories (or end the workflow if no new stories were found).

Customize the workflow

  1. Customize the RSS URL in the rss step.
  2. Update the ID Field Name in the rss step. This value should reflect the field name that contains the unique ID for each RSS item (the code uses this ID to export new items only). The field name can vary by RSS feed (common field names include id and guid).
  3. Customize the code in the process_new_items step or add an action.

Note: The input values for steps.rss are preserved on fork -- toggle the privacy icon to make the values private to you.