2) List all the files with an extension (tFileList)
3) Change the name of the fields processed (TFileCopy)
4) Put the orders into a SFTP server with the new name.
5) Creates a log and send an email.
The problem that I'm experiencing is that everytime that the tFileList process a file it comes again to list all the files(even the ones that are processed already).
Is there a way to avoid to list all the files every time and do not list the ones already processed?