I am having a problems getting over this hurdle.
I have tried several ways to add a wildcard "*" in the files name but having no luck. I am trying to add the wildcard in the date section of the file name but it is not working for me.
Solex_29122020.xlsx Road_29122020.xlsx Cross_29122020.xlsx
I am trying to automate a process and the only changing part of the file is the date so I thought using a wild card will solve the issue but I dont know where the wild card would go. I tried the below and still no luck.
Solex_*.xlsx
Road_*.xlsx
Cross_*.xlsx
Any help will be appreciated