Hey there I am completely new to N8N and tried to build my first workflow. The idea is to generate Project Status reports for all active projects of a portfolio based on tasks, risks and issue (each stored in a different Airtable but linked to the project) of the individual projects. I used chatGPT to help me with the setup. Initially I was using a loop but could not get it to work no I tried without the loop (getting all the data in paralell) and then combining it with a JS. But somehow only one of Get xx nodes executes leaving an error at the JS since the others didn’t execute. This cant be that difficult right haha maybe you guys have a much easier idea.
Describe the problem/error/question
What is the error message (if any)?
Please share your workflow
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
Share the output returned by the last node
Information on your n8n setup
- n8n version:
1.119.1 on local host using Docker - Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system: mac os
