If then merge the two brances of the if statement

Describe the problem/error/question

For some reason, I am having issues with an if-merge workflow. My workflow executes perfectly and then just stops after the merge. No data is actually passed.

What is the error message (if any)?

Please share your workflow

Information on your n8n setup

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

Hi @Unfounded8673,

hope you finished that cv workflow :slight_smile:

just try use the Merge with the option: Combine By > All possible Combinaitions

Hello @Unfounded8673 ,

your Merge node is set to Combine mode, which waits for data from both inputs to match them up.

Open your Merge node. Change the Mode from “Combine” to Append. Save and execute the workflow.
Let me know if that works.

2 Likes

It works. Thank you. I keep forgetting to publish the work flow before I run my tests.

1 Like