Wait Node Self Hosted Query

Hi guys

I am using self hosted n8n

I wanted to ask about the wait node, typically I use it as on webhook call and once the response is done, the node has data has data which I need to utilize.

So how do I a reference the variable in the wait node because I need it to proceed. Unless I sign-up for enterprise which will allow me to copy to editor. Any other option to access this data?

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:

Hey @Keep_Innovations,

In the nodes that follow you can access the data using expressions like normal but you would need to do a test run with a shorter wait. You could also copy the data out of the execution run manually and pin it to the node so you can use it without needing the Enterprise edition.

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