hi, I need to copy a bunch of folders that contains specific name from a network folder to my desktop.
I first tried to use Get subfolders in folder but it is taking really long since the network folder is huge. So I created a power query to get a list of the folder path that I need and saved in excel, then I read that excel file in power automate to get ExcelData that has a list of the folder path that I need to copy to my desktop.
Then when I use Copy folder and use %ExcelData[0]% as my folder path, I get an error that says "Argument 'Path" must be 'Folder"... I checked and ExcelData contains the exact path that I need to copy and if I just type that into Folder Path it ran fine.
Any idea why I am getting this error or how do I convert %ExcelData[i]% to a Folder type variable?