n8n version: [email protected]
Database (default: SQLite): default
n8n EXECUTIONS_PROCESS setting (default: own, main): default
Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud
Operating system: Mac 15.4
Describe the problem/error/question
Hello everyone, I’m new to n8n and low-code tools. I’m testing a workflow, that at some point, has to perform a GET operation of all the input items to Firebase Firestore, my goal is that if the document exists, we stop the execution for that item, but if the document doesn’t exists, we continue with another “branch” in the workflow that takes care of creating the document.
As you can see in the attached image, I have 3 items, but after performing the GET, I only have 1 item left, which is the only item that was able to find the document in the database.
This sounds simple, but I’m facing an issue with the Google Cloud Firestore node, it seems that after performing a GET, if the document doesn’t exists, there is no error thrown, so the workflow execution stops for the input items that doesn’t have an available document.
How can I achieve my goal? Is there some node or way to tell n8n to continue the execution for these input items?
Hope the issue is clear, and thanks in advance for your help!
What is the error message (if any)?
No error message
Please share your workflow
Share the output returned by the last node
None
Information on your n8n setup
- n8n version:
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system:
