Form Trigger won't run if you close the form without submitting

Have what I think is a bug or just something I am not understanding how to clear. I have a very basic workflow with just a Form Trigger to start. If I run the workflow the first time and complete the form and submit it I can run the workflow again and the form will open in a new tab. However - If I do not submit the form and just close the form window I cannot get a form to open in a new tab on subsequent runs. It appears that it thinks that the form is still open and is waiting for it to be submitted.

Any suggestions on how to “clear” the knowledge of the past form to start again?

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Is this when testing the form like when pressing the test button on the canvas?

If that’s the case, just go into the trigger node and copy the URL that is listed. As long as it is listening, the form on that url will work

1 Like

Yes this is when using the “test” button. Didn’t think to reopen the form manually using the URL. I will give that a try. Thanks!

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