Hey, I’m trying to understand how workflows behave in n8n. When I test my workflow, it only runs one of the branches instead of both. Is there a way to make it run both paths? What are my options?
Hi @Bravo_Capital Welcome to n8n community
Branches are executed based on their position on the canvas—from top to bottom. If two branches are at the same height, the leftmost branch will execute first.
In your case, the reason the bottom branch didn’t execute is because the Google Sheets node didn’t output any items, so you’ll need to review what might be causing that issue.
1 Like
I see, the problem is that when I start the run, it prioritizes the top branch and ignores the bottom one. when i test the node manually, it works just fine.
Hey @Bravo_Capital would you mind trying to tidy up the workflow (right click on canvas) it would interest me if that solves the problem.
It didn’t work, it apparently didn’t change anything other than the zoom
1 Like
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.