Self Checks
Dify version
1.9.1
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
I have deployed multiple Knowledge Retrieval nodes in Chatflow. I attempted to aggregate them together through a variable aggregator, but the data received and the results output by the variable aggregator are always the retrieval results of the first Knowledge Retrieval node. It cannot receive the results from other retrieval nodes
✔️ Expected Behavior
The variable aggregator integrates all search results and then outputs them
❌ Actual Behavior
The variable aggregator only receives the search results from the first Knowledge Retrieval node and cannot receive the results from other Knowledge Retrieval nodes