In my workflow (attached image), I have two separate flows on the same canvas:
- The first flow processes a refund request from Gmail, uses AI (Google Gemini Chat and Structured Output Parser), and sends the result to Slack.
- The second flow is triggered later by a Webhook and continues the process based on manager actions.
I need to pass data from the first flow to the second flow inside the same canvas—for example, the AI decision, reason, and email draft—so the second flow can continue using this information without repeating the same processing.
What’s the best way to transfer or share data between two flows on the same canvas in n8n?
Thank you!