Hello everyone! This is my first time seriously working with n8n, and I’d like to share my first process with you. The idea is to do scraping through Firecrawl and upload the obtained information to Firebase. The goal is to create a recipe database, so I’ve tried to create subcollections in Firestore to later build the web app with Firestudio.
My first question is: how would you close the first loop? I mean, the flow isn’t finished — the process currently runs with only one URL link because the first loop isn’t closed with an arrow to repeat the process.
Second question: I get a bit confused when passing information from one node to another, especially when there’s 1 item, 2 items, etc. Maybe that’s why I have so many loops and so many splits. Could this be made simpler?
Third question: How can i publish my workflow here? sometimes i saw that someones publish his flow here and the forum can check the propierties of each node. ( i think is easier if i do that to explain something)
Fourth question: the idea is for the AI to extract the information from each URL. How can I prevent it from getting fake pages where there are no recipes? Firecrawl pulls all URLs, regardless of whether they are recipes or not.
Thank you!!!
n8n Version 1.104.1 // Railway
