N8n Form Trigger + Respond to Webhook does not work

Describe the problem/error/question

The following workflow should not give an error, as far as I know:

What is the error message (if any)?

“No Webhook node found in the workflow”.
This is very weird, because as far as I understand, the n8n Form Trigger node should be enough, no?

Information on your n8n setup

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

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 am experiencing the same behaviour even though I’ve added an Edit Field node in between.

Yes, my actual workflow has other nodes in between, and also has this issue. This is the minimum non-working example.

Hi,

This is fixed in 1.39.0 in this PR fix(Respond to Webhook Node): Fix issue stopping form trigger response by Joffcom · Pull Request #9157 · n8n-io/n8n · GitHub

It would’ve been nice if it was added to 1.38.x as I’m using the stable version :confused:

1 Like

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