The n8n form has a Webhook URL (Production URL) and when we call this it opens up the form infront of us. But the Big thing which is missing is that, it does not has any binding with the execution.
So, let’s say we have started the execution, and you closed the URL. When you open the URL again, it will start the new execution. Where are the results from the previous execution?
My idea is that there should be a way to use something in the URL to point to a specific execution. Like if your URL is like:
https://n8n.srv.test/n8n-on-form/execution_id=21231
So, it’s points to that execution…