Dear Community,
I am struggling with a task of extracting files from folders (and subfolders) with names that exist in an Excel list and ignoring the the rest of the folders.
Photos Folder: consists of 7k+ subfolders and in each subfolder there are two sub-folders. Each folder and its subfolder has a number in the name (the two subfolders also have different resolutions in the brackets). Example:
Photos Folder / 10001 / 10001 (750x750px)/[photos].jpg AND 10001 (1500x1500px)/[photos].jpg
Excel list: ~1000 number that I need to extract the files (photos) for and choose them only from 1500x1500px subfolder while ignoring the rest of the 6k folders.
The extracted photos need to be placed in one single folder.
I have been able to get the part of the task done with the automation below however it extracts all of the photos which I would like to avoid as it is time intensive (each sub-folder has a couple of photos) and required filtering the rest out.

Many thanks for any hints!