My Flow is terminating prematurely (immediately following the execution of a Supabase Table Writer node) with the following error:
Automation Failed!
Could not find next node to run. Please double check the node connections.
No connections are missing between nodes. The flow splits into two branches. I originally thought one branch was terminating early and halting the entire flow before the second branch can finish; however, nothing I’ve tried seems to resolve the problem. Fixes I’ve tried without success include the following:
Wrapping the Table Writer with an Error Shield
Taking the nodes of one branch and making it a subflow of the other flow.
Using a Custom Node at the head of the branch providing an either/or decision on which branch to execute.
Numerous other routing and connection changes.
So far, nothing seems to work.
Has anyone encountered this before? Are there known causes (besides what’s implied by the error message) that I should be looking into?
Hey @Steve1! If you’re reporting an issue with a flow or an error in a run, please include the run link and make sure it’s shareable so we can take a look.
Find your run link on the history page. Format: https://www.gumloop.com/pipeline?run_id={your_run_id}&workbook_id={workbook_id}
Make it shareable by clicking “Share” → ‘Anyone with the link can view’ in the top-left corner of the flow screen.
Provide details about the issue—more context helps us troubleshoot faster.