Multiple Paths at the Same Time

Hey

Does anyone know if there is a way to get N8N to run scenarios one after the other like you can do in Make.com using router? I don’t mean using Switch or IF as these seem to only allow either/OR but I want to run everything, so run path 1 and then path 2 etc…

Thanks

Hey, not sure this is what you are asking, but you can just have multiple output paths coming from one node. In this case, they will be executed “from top to bottom” based on canvas position. See this explained here (min. 8 onwards): https://youtu.be/TFTLMQLozCI

Just make sure to reconcile the paths properly afterwards, e.g. with a Merge node (which will wait for all inputs to arrive).

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.