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

feat(n8n Form Node): Warnings update #13523

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

michael-radency
Copy link
Contributor

Summary

show'An n8n Form Trigger node must be set up before this node'warning only if no Form trigger connected

show'Add Form node with 'Form Ending' page type to the end of each branch in your workflow'warning if Form is connected to Form trigger, page type is not Form Ending, and Queue mode is enabled
image

Related Linear tickets, Github issues, and Community forum posts

https://linear.app/n8n/issue/NODE-2352/form-update-redirection-logic

Review / Merge checklist

  • PR title and summary are descriptive. (conventions)
  • Docs updated or follow-up ticket created.
  • Tests included.
  • PR Labeled with release/backport (if the PR is an urgent fix that needs to be backported)

@michael-radency michael-radency added node/improvement New feature or request ui Enhancement in /editor-ui or /design-system n8n team Authored by the n8n team labels Feb 26, 2025
@dana-gill dana-gill requested a review from elsmr February 26, 2025 07:32
Copy link

codecov bot commented Feb 26, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

📢 Thoughts on this report? Let us know!

Copy link
Contributor

@ShireenMissi ShireenMissi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested locally

  • triggerNotice works 👌
  • completionPageNotice only shows in queue mode, but it's shown always not sure if we can remove it in cases when completion form page is linked
  • copy needs tweaking I will add a comment with that later
  • locally in queue mode I was getting errors with waiting but shouldn't be related to this fix
    could you please add tests for these changes 🙏

@michael-radency
Copy link
Contributor Author

michael-radency commented Feb 27, 2025

@ShireenMissi

can remove it in cases when completion form page is linked

though should be possible, it would be computational intensive and most likely adds noticeable lag

@elsmr elsmr removed their request for review February 27, 2025 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
n8n team Authored by the n8n team node/improvement New feature or request ui Enhancement in /editor-ui or /design-system
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants