Hello Everyone,
I am running a batch flow reading a folder with multiple *.csv files..

This folder containes files with fileNames dates like FILE_20150131.CSV,FILE_20170731.CSV,FILE_20220301.CSV etc...

In the macro,i have one container that i want to read data only from FILE_20200226 and later and bypass the previous date_files...
In the other containers i would like to read all the files.
Is there any way to execute continue statement if the file is older and bypass all the previous files?
Thank you,