Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

form tirgger with response to webhook error #12371

Closed
neo-workship opened this issue Dec 26, 2024 · 2 comments
Closed

form tirgger with response to webhook error #12371

neo-workship opened this issue Dec 26, 2024 · 2 comments
Labels
in linear Issue or PR has been created in Linear for internal review

Comments

@neo-workship
Copy link

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

image

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)

@Joffcom
Copy link
Member

Joffcom commented Dec 26, 2024

Hey @neo-workship,

We have created an internal ticket to look into this which we will be tracking as "N8N-8012"

@Joffcom Joffcom added the in linear Issue or PR has been created in Linear for internal review label Dec 26, 2024
@Joffcom
Copy link
Member

Joffcom commented Jan 2, 2025

Hey @neo-workship,

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.

@Joffcom Joffcom closed this as not planned Won't fix, can't repro, duplicate, stale Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in linear Issue or PR has been created in Linear for internal review
Projects
None yet
Development

No branches or pull requests

2 participants