I have a file (e.g: Data_20231120) and it several file name in a folder( some of files have a date some of them didn’t have). I need to check for both condition, where it contains “Data” and the “date” with the format yyyyMMdd.
I can check the file with only have file name keywords “Data” but when I want to combine with the date it give the current date as it today. So it make my checking file down to false.
So how I want to grab the file that have both condition. I use double “IF” activities. First “IF” to check the filename which is “Data” and second "IF activities to check the date.