I have been getting a lot of issues with Make and starting to switch over my scenarios to n8n. One feature that is appealing is the fact that I can set up multiple triggers in a single Workflow. But maybe I’m reading this wrong?
I’m looking to pull RSS feeds from 5 different sources every 5 minutes (the same data is mapped as well: Title, URL, Date). I want n8n to check each feed and just push any new data into an Airtable account that I have set up ready to go.
When I’m running tests, it only seems to use the top RSS Trigger and so I can’t simulate if it’s going to grab each RSS as the data is updated or not.
Is this set up correct? Or do I need to create multiple workflows, similar to Make’s scenarios?