My HTTP Request output suddenly changed

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

n8n Community selfhosted with Docker

1 Like

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

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.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.