Describe the problem/error/question
I’m a beginner and I’m having trouble testing a small flow. It receives the input but doesn’t return the output as it should. I’ve tried everything, searched for tutorials, but I can’t figure it out at all.
Please share your workflow
Share the output returned by the last node
Information on your n8n setup
- n8n version: 2.20.4
- Database (default: SQLite): SQLite
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud
- Operating system: windows 11
The problem isn’t the workflow connection with the subworkflow… on this screen, which is the “Execute a Sub Workflow” node, the input isn’t being passed to the output, and I’ve tried everything! I even published it, but it’s just that this specific workflow isn’t being published.
In your screenshot, the parent workflow is correctly sending data into the Execute Sub-workflow node, but the output is empty because the subworkflow itself is not returning any items yet.
Inside the Subfluxo workflow, make sure the last executed node actually outputs data. Whatever the final node returns there will appear as the output of the Execute Sub-workflow node in the parent workflow.
He says there’s 1 item as shown in the image, but it doesn’t appear! In the Subflow it also shows an item! Something is very strange… I’ve already done everything correctly according to all the tutorials…
Hi @Ricardo_Pinto_Vila_N , I suggest try to explore the beginner course. Its very helpful.