-
Notifications
You must be signed in to change notification settings - Fork 10.7k
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
Comments
Hi @geggeri, I've been trying to recreate this but I can't seem to get it to happen. Here's what I've tried: Branches 2 and 3 set some data but branch 1 doesn't. In the NOOP node I get the following: Am I missing something in my workflow? Thanks! |
Hej Marc
I cannot recreate it anymore.
When I reported it I was able to recreate it within my workflow, but I just
tried again and now I cant.
Might have just been a UI / browser glitch.
Sorry for the inconvenience
Have a mice day
Mads
tirs. 7. jan. 2025, 13.15 skrev Marc Littlemore ***@***.***>:
… Hi @geggeri <https://github.com/geggeri>,
I've been trying to recreate this but I can't seem to get it to happen.
Can you clarify your reproduction of the issue please?
Here's what I've tried:
CleanShot.2025-01-07.at.12.13.23.png (view on web)
<https://github.com/user-attachments/assets/57c9ccdf-042c-435c-8d4a-1bc02959be6e>
Branches 2 and 3 set some data but branch 1 doesn't.
In the NOOP node I get the following:
CleanShot.2025-01-07.at.12.14.21.png (view on web)
<https://github.com/user-attachments/assets/8abeb280-77f3-428b-af5d-2c17fdbd26d4>
Am I missing something in my workflow? Thanks!
—
Reply to this email directly, view it on GitHub
<#12436 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AATXWD2TRPXWIPNRV7OPDHD2JPAP7AVCNFSM6AAAAABUQSZGPCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNZVGEZTONRUG4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I'm guessing I got a related problem. It was happening on 1.72.x and still on after I just updated on 1.73. Tested on Chrome and Safari. Running Cloud. This problem occurs everytime i have to merge two streams, not necessarily with merge node. Recording:As you can see on the recording, it bugs when there is a merge earlier in the flow. And the flow I'm breaking in the recording is a dead branch in this execution: Other tests:
|
@luizv - Have you got a simple reproduction (without using external APIs if possible)? Can you post the JSON if you have? |
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)
The text was updated successfully, but these errors were encountered: