Pass specific items into a node

Hello.

I have a problem with my workflow. My workflow list csv files of an FTP then try to map them, extract data and then parse them in Execute Node. then move the parsed file in ‘done’ directory.

However my ftp move node is trying to process all the items from my ‘Execute Node’. which will only increase my execution time.

As you can see. FTP rename node processed 199 items, while i need it just to move the file.

Can you help me on this please ?

Thank you.


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:

have you try with aggregate node?

Actually, i turned on “Execute once” on FTP rename node since i need it to do it on the first item only and it worked. Besides that it accelerated my workflow.

1 Like

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