Problem with a Compare Datasets Node

Hi,

I am building my workflow where I use the Compare Datasets Node.
The main issue is that this node does not show information from input B. It says: “No fields - item(s) exist, but they’re empty.” Sometimes, it shows the same issue for input A as well. It seems that the Compare Datasets Node can only receive one input.
Could you let me know if this is a bug on the n8n side or if I am doing something wrong?

Input A: Information comes from an HTTP request.
Input B: Information comes from Google Sheets.



hm interesting one, could u share the workflow by any chance?

n8n attach workflow

and I think maybe it’s lost the data as the last node is datasetA, and dataset B is on another flow, but I would like to try further locally if okay, see if I get the same results

Hi, thanks for your reply! Here is a screenshot of my workfllow:

I would need to change https requests information, because they contain user data. I will try to prapare a demo workflow with a test data.
It does not look that data is being lost on its way. I have a feeling that this is a bug. Or it is about timing, because A Input receives data earlier than B Input.

I did a shorter version of a workflow and it works with Compare Datasets node:

hmm, maybe add a slight delay*? see if that helps for debugging maybe. watching as like to know resolution :slight_smile:

what do you mean by deplay?

Applogies, I meant delay, into the workflow, also it might work, you could place everything in the same row, and then reference that nodes output into the comparedataset node? maybe its losing the data from seperate flows?