Http node doesn't output what it got from previous node

Version: 1.105.0 / cloud

In all the cases, whenever a code node output say 5 items to next http node, the http node only outputs its own item and doesn’t output what it got from previous node. It happens in all the cases no matter what is the previous node to http node.

Example: A code node outputs symbol/id/name and the next node is http node. The http node outputs its own item and doesn’t include symbol/id/name.

Thanks.

Some nodes include data from previous nodes and some don’t. HTTP Request node does not.

What is your question?

how would i pass items from previous node to next node?

In the next node you can reference any other node’s output with
{{ $("node-name").parameter }}

Please see Data mapping in the expressions editor | n8n Docs

This example can help: