Hi All,
Suppose I have a folder with filenames like:
file_20241003xya.csv
file_20241002xbz.csv
file_20241001xyc.csv
file_20240930dyz.csv
file_20240927xez.csv
file_20240926fyz.csv
Suppose today's date is 07-10-2024. I want the workflow to check if file file_20241007 is there. If yes, use that file as input. If the file is not there, check if the file with date 06-10-2024 is available. If yes, use that file as input. If not, check if the file with date 05-10-2024 is available. And so on ...
Is that possible?
Thanks,
R.