Getting input data in Edit Mode (Execute Workflow Trigger)

I have a very simple question. When I’m viewing executions, I see healthy and valuable input data information. But when I’m in Edit Mode, I’m struggling to populate the input data:

When I click on Execute previous nodes, it says that it ran the previous nodes successfully, but no data appears. Any suggestions?


  • 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: Window 11

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

I think that I figured this out. When viewing an execution, there’s a button in the top-right labeled “Debug in editor”:

This will pin the input to the Execute Workflow Trigger. At that point, you can click on Test workflow from the Editor (not the Executions) to run it, which will hydrate all of the inputs. :slight_smile: Just don’t forget to unpin the data once you’re done troubleshooting.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.