Hello, I have a program comprised of multiple conditional workflows. The initial workflow is an n8n form, which will redirect to one of several second workflows each containing an additional n8n form. The is necessary because the specific redirect is conditional depending on the result of the initial n8n form.
This works fine, but at the end I wish to compile the results of both the initial n8n form and the conditional second n8n form. What is the simplest and safest way of doing this? Ideally I would send the initial form data along with the redirect but this doesn’t appear to be an option.
What is the error message (if any)?
Please share your workflow
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
Nice timing, good to hear. Another idea might be to use Execute Workflow with Wait node’s form submission, though I’m not completely sure it’ll work. Anyways, good to hear a solution is on the way.
Did a quick setup already with the wait node recently. It works okay, but assuming this node is still in the pipeline, I will just have to rewrite the workflows to replace it (I presume).