I have a node that takes an array of questions and its answer metrics and an array of question with its answers. When I test the node it returns me exactly the result I need but when I try to use the whole workflow (HTTP GET Requests) I receive empty object {}. I use the same input data for testing.
What is the problem here?