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.
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.