I have a folder with over 200K attachments and I am trying to move the files into different folders based on an Excel file. Due to the quantity of files my thoughts are to do each movement of files as a separate flow.
The steps I am doing are:
- Launch Excel
- Read from Excel worksheet.
Start Column = A
Start row = 2
End Column = A
End row = 46552
Variable Produced = ExcelData
In Flow Variables the File Names of all files are listed
- Get files in Folder
Variable Produced = FilesList
In Flow Variables the full File Path of all files are listed
- For each CurrentItem in FilesList
Variable Produced = CurrentItem
In Flow Variables only the 1 item is listed. The flow did go iterate through the For each loop.
Operator = Equal to
Second operand = %ExcelData%
If file exists = Do nothing
Variable Produced = Moved Files
In Flow Variables it is blank.

Report
All responses (
Answers (