Multiple Form Trigger Workflows in One Project Share the Same Production URL

Hi everyone,
I’m currently working on a project in n8n that contains two workflows. Each of these workflows uses a Form Trigger node, and I want them to be triggered independently using two separate forms.

However, I’ve noticed that both workflows share the same production URL, and when I open that link, it always displays the form from the first workflow in the project—no matter which workflow I actually want to trigger.

My expectations were that:

  • Each workflow with a Form Trigger should have its own unique production URL
  • Each form should be accessible individually so I can trigger either workflow independently

Right now, the only workaround I’ve found is to:

  1. Deactivate one of the workflows
  2. Ensure the workflow I want to use is listed first in the project’s workflow list

But this doesn’t seem like the intended behavior.
Am I missing a setting or configuration that ensures each form is linked to the correct workflow with a separate production URL?

Thanks in advance for your help!

you can change in optionsform path

2 Likes

ahh perfect thank you!!

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