You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On form submission node not correctly configured
Set the “Respond When” parameter to “Using Respond to Webhook Node” or remove the Respond to Webhook node
To Reproduce
1.use n8n form trigger , "Respond When“ set "Workflow Finishes"
2.add Edit Fields node , just copy form trigger output
3.add response to webhook node , “Respond With” set “All Incoming Items”
4. form trigger notice error: On form submission node not correctly configured
Set the “Respond When” parameter to “Using Respond to Webhook Node” or remove the Respond to Webhook node
Expected behavior
form trigger notice error: On form submission node not correctly configured
Set the “Respond When” parameter to “Using Respond to Webhook Node” or remove the Respond to Webhook node
Operating System
ubuntu 24
n8n Version
1.72.1
Node.js Version
20
Database
SQLite (default)
Execution mode
main (default)
The text was updated successfully, but these errors were encountered:
The Form Trigger node can't be used with the respond to webhook node in newer versions, The Workflow Finishes option also needs a normal node not a response node to work so at the moment the respond to webhook node isn't going to know it needs to respond to the form trigger.
Can you try replacing the last node with a Form Ending node which should work, For now as this is intended behaviour I am going to close this issue but let me know if you have any other questions on this one.
Bug Description
On form submission node not correctly configured
Set the “Respond When” parameter to “Using Respond to Webhook Node” or remove the Respond to Webhook node
To Reproduce
1.use n8n form trigger , "Respond When“ set "Workflow Finishes"
2.add Edit Fields node , just copy form trigger output
3.add response to webhook node , “Respond With” set “All Incoming Items”
4. form trigger notice error: On form submission node not correctly configured
Set the “Respond When” parameter to “Using Respond to Webhook Node” or remove the Respond to Webhook node
Expected behavior
form trigger notice error: On form submission node not correctly configured
Set the “Respond When” parameter to “Using Respond to Webhook Node” or remove the Respond to Webhook node
Operating System
ubuntu 24
n8n Version
1.72.1
Node.js Version
20
Database
SQLite (default)
Execution mode
main (default)
The text was updated successfully, but these errors were encountered: