"Always Output Data" ignored with HTTP node

I have a super simple setup where HTTP request node is used to convert addresses into lon/lat coords via an API. Problem is that some addresses aren’t resolving and HTTP node simply loses them even with Always Output Data turned ON.

I was expecting N_output to be always equal N_input with Always Output Data turned ON.

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

Hi @H1D,
I just wanted to let you know that the Always Output Data option makes the node return an empty item if it fails. This is causing the issue because when an address can’t be resolved, you get an empty item, which affects N_output and N_input.

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