I was using a workflow when suddenly I saw that it stopped after my HTTP request. The reason is that the value I was using next no longer exists. And I don’t understand why.
I checked on Make, and the output of my HTTP request is good on Make, but not on n8n
The error is that i can’t get “items” from HTTP Request output
Hey @recreabox , if the node does not return the data the workflow will stop.
I can see the URL in your query depends on the list of items in the spreadsheet. I assume something is in the list (like empty row) that results in HTTP Request node not returning any data.
Hey! It would be great to see the HTTP request you are receiving and the one you expect to receive (as shown in Make). If I had to guess, I’d say the issue might be with the expression you’re using—it’s likely not quite right, and you might be trying to access the data incorrectly.