Hi everyone! Is there an efficient way to loop through different folders with a wildcard to find a specific file path for each row in a datatable? The goal is to see if a folder path exists and, if so, write this folder path into the datatable.
This is the scenario:
Folder1/Date/Folder2/FileName.xlsx
where Folder1 and Folder2 are known variables (which I get from each datatable row) but Date is not known.