No data in "Execute Workflow"?

Hello,

Describe the issue/error/question

“Execute Workflow” does not pass any data to Start

What is the error message (if any)?

This is an item, but it’s empty.

Please share the workflow

Information on your n8n setup

  • n8n version: Latest docker

Thank you

Denis

Hello xewonder,

First of all, make sure your workflow is active on the canvas. If the workflow is active, the problem might be that you are executing it manually and the data, in that case, might not get fetched into the second workflow. From the current information you have provided, it should work when it’s in production.

If you want to test the workflow and need the data, you can copy the data from the first workflow and create a function so you can run your tests.

Check this thread on how to mock the data structure your parent workflow would later pass on in production mode.

Hope this helps.

2 Likes

Thank you very much for the explanation.

It works!

2 Likes