Hello @giacomolanzi
Do you mean that you would like to ignore files, that have been previously (by the past executions) collected?
In that case you should save somewhere what files you have already processed and filter them out in the next run. Or collect only files that were created after the previous execution
So maybe the best is to move the file in a subfolder, collect filename in a file/array and check against it, or check the created time before download the file, right?