@RoyBatty296 that sounds like a good idea. With CSV writer you have the option to append if the file already exists so you could collect the lines (RowIDs) that you already have processed.
Thanks @mlauber71.
I generally am able to find ideas, the problem is I don’t know how to implement them.
I was thiking of using an If switch depending on whether the csv reader is empty or not.
But do you have any suggestion on how to implement it?
Thanks!