How to proceed with workflow branch w/o need to wait other branches

Describe the problem/error/question

I have a workflow, that forks at some point but then, I want to use a single API call. The problem I face - if only one from the two branches executes, the API call doesn’t execute - it waits for the other branch also. Is there a way to avoid such behavior?

What is the error message (if any)?

Please share your workflow

Share the output returned by the last node

Information on your n8n setup

  • n8n version: 1.42.1
  • Database (default: SQLite): PostgreSQL
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
  • Operating system: Ubuntu

Hi @Angel_Todorov, thanks for reaching out and great question. Our Merge Node has the output option of “Wait for Both Inputs to Arrive”.

You can see this in action below:

Happy building!

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