FTP Node, Error Branch Output, Input to another node, No Data

Hello.

When we use FTP node in a Loop, although we have enabled the Error Branch and the FTP node shows data in its Error Branch output, these items are not shown as Input to the next node that follow the Error Branch. It says No input data in this branch.

The workflow

The error branch that shows the data being outputted

The Edit fields node that does not find the data from the error branch of FTP node

Latest n8n version.

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:

Hi @Mulen,
If this is happening when you triggering the workflow manually, it might be a bug where propagation is not appropriate when working with loops.

You could try and remove the connection going from FTP to loop over items and run it manually to see the output in the error node. Once you have tested, you can simple connect again and deploy.

Hope that helps