I have a problem trying to open different files from my downloads folder

Hello!

I have a problem trying to open different files from my downloads folder, files names have some common part but the rest change every day when I use the robot.
I have tried to change the exact folder name for the “common part”*.xls but it does not work.
anyone can help me?
Thanks in advance!

@alberto.carballo Use directory.getfiles(foldername,pattern) to get the files into array and then loop over the array. Pattern would be “common part*.xls”