Workflow running and also bugging šŸ¤”ā‰ļø

Hi,

My workflow delivers ā€œschool contentā€.

  • It takes a request in an n8n Form, then an n8n dynamic form (thank you @ria)
  • Use AI,
  • Create a Google Doc.

:white_check_mark: The workflow delivers the content.
BUT the behavior is weird:
:question:In test mode, the node ā€œForm next pageā€ seems to run without stopping.
:x: When the flow finishes a window
- with url ā€œhttps://n8n.sourcinno.com/form-waiting/3019ā€
- displays "502 Bad Gateway - nginx/1.18.0 (Ubuntu)


Do you have any clue on this two topics?

Many thanks in advance
Cheers

Share the output returned by the last node

Information on your n8n setup

  • n8n version: Last
  • Database (default: SQLite): PostGre
  • n8n EXECUTIONS_PROCESS setting (default: own, main):?
  • **Running n8n via (Docker, npm, n8n cloud, desktop app):**docker
  • **Operating system:**windows11

Hey @AyS_0908

I think you’re missing the ā€œform endingā€ node which is required to close out the form flow.

Also just an optional tip, if you want to reduce the ā€œloadingā€ time for users definitely consider using a (non-blocking) subworkflow trigger to run the document creation process in a separate execution. Here’s an example.

2 Likes

Thank you very much @Jim_Le .

While ā€œFormsā€ are very useful, I kind of struggle with their functioning; I don’t know what I customize wrongly but they function differently from a workflow to another (sometimes ā€˜form ending’ required, sometimes not). I have to deep dive.

1 Like

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