Hi there
I’m building an API with n8n. I use webhook as my trigger and respond to webhook to return data.
In the middle i’m using multiple endpoints to get my data (http request node). Each endoint return a JSON as a result.
What i want is pretty simple, i just want to combine/concat all the JSON from http request nodes and return this big JSON as a response
I tried with a merge node “append” but dont work
Thanks