-
Notifications
You must be signed in to change notification settings - Fork 8.9k
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
fix(Webflow Node): Update scopes to include forms #10554
fix(Webflow Node): Update scopes to include forms #10554
Conversation
Added the forms:read parameter to the scope, which was missing when legacy mode was unchecked. This caused the form submission functionality to stop working. Issue n8n-io#10549
Hey @oscarpedrero, Thanks for the PR, We have created "GHC-188" as the internal reference to get this reviewed. One of us will be in touch if there are any changes needed, in most cases this is normally within a couple of weeks but it depends on the current workload of the team. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me thanks for fixing this.
* master: feat(benchmark): New options for n8n benchmark (#10741) fix(Chat Trigger Node): Fix auth in "Embedded Chat" mode (#10734) fix(Webflow Node): Update scopes to include forms (#10554) test(editor): Add unit tests for `sanitizeHtml` (#10737) fix(editor): Fix xss issues in toast usages (#10733) fix(OpenAI Chat Model Node): Prevent filtering of fine-tuned models in model selector (#10662) feat: Filter parameter: Improve loose type validation for booleans (#10702) test: Add scaling n8n setup (multi-main) (#10644) refactor(editor): Migrate NodeWebhooks to Composition API (no-changelog) (#10710) fix(editor): Fix broken executions view (no-changelog) (#10714) fix(editor): Don't render pinned icon for disabled nodes (#10712)
Got released with |
Hey there! First of all, thanks for all the work on this update! I'm pretty new to this, so I might be missing something, but it seems like the functionality related to forms still isn't working properly. I followed the steps, but when I try to use the integration, it keeps failing. If anyone has any suggestions or if I'm doing something wrong, I'd really appreciate the help. Thanks in advance! |
Hi @ferminmedina1, thanks for the feedback! Are you using it on cloud? |
Summary
Added the forms:read parameter to the scope, which was missing when legacy mode was unchecked. This caused the form submission functionality to stop working. Issue #10549
Related Linear tickets, Github issues, and Community forum posts
Issue #10549
Post https://community.n8n.io/t/webflow-integration-isn-t-working/48185/23
Review / Merge checklist
release/backport
(if the PR is an urgent fix that needs to be backported)