Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge not returning data in test mode #12436

Open
geggeri opened this issue Jan 2, 2025 · 1 comment
Open

Merge not returning data in test mode #12436

geggeri opened this issue Jan 2, 2025 · 1 comment
Labels
in linear Issue or PR has been created in Linear for internal review

Comments

@geggeri
Copy link

geggeri commented Jan 2, 2025

Bug Description

A merge node does not return any items when testing a node after the merge. The merge uses the append option, but one of the appended branches never reaches the merge. When running the full workflow it works as expected, but when testing from within a node (after the merge), the merge does not return any items

To Reproduce

Create a workflow with 3 branches. Let the first branch end without result and let the two other branches return something.

Each of the branches should be connected to a merge node using the append option.

Expected behavior

To work as it does on a full run.

Operating System

n8n cloud

n8n Version

1.70.4

Node.js Version

n8n Cloud

Database

SQLite (default)

Execution mode

main (default)

@Joffcom
Copy link
Member

Joffcom commented Jan 2, 2025

Hey @geggeri,

We have created an internal ticket to look into this which we will be tracking as "N8N-8037"

@Joffcom Joffcom added the in linear Issue or PR has been created in Linear for internal review label Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in linear Issue or PR has been created in Linear for internal review
Projects
None yet
Development

No branches or pull requests

2 participants