Hello, I am having an issue with and [empty array] output when passing data from an HTTP Request>HTTP Request - This is for a Relevance AI Agent. When the tool runs it shows it all worked fine and you click on the nodes and see all the inputs and outputs are correct. However, when you go into the executions, the node HTTP Request1, the output says [empty array]. I can not figure out why as the conversation ID is present in the output for the first HTTP Request and is present with a value for the input of the HTTP Request1. I suspect it may be an issue with the url and possibly JSON for the HTTP Request 1 node as I just copied them off another post on here, but changed the region in the url. I do not know how to paste my workflow code?? the </> aint working.
What HTTP method (GET, POST, etc.) are you using in the HTTP Request node?
Make sure the HTTP Request node is using the correct method (GET, POST, etc.) and that the URL is exactly right for your region and API endpoint. Even a small typo can cause an empty response.
Sometimes the node may receive a response but can’t parse it correctly if the response is not valid JSON or is empty. Try enabling “Full Response” in the HTTP Request node settings or add a Set node after it to inspect the raw response data.