I am looking for a solution where the user can select a file ID from a drop-down or text box which will trigger only those files from the folder to be selected.
For Ex - If I have 4 files in a folder (same naming convention) - 100_ABC.csv, 100_XYZ.csv,100_PQR.csv and 200_DEF.csv.
Now I want the user to input the file ID say he enters 100 using the Interface tool and then only the 3 files from the folder should be fetched and 200_DEF.csv should be ignored.
I have extracted the full path for the files which will be then fed into a batch macro, but I want only the user selected files .
Any suggestions ?