Hello everyone,
I am using Power Automate Desktop to try to rename files based on data from excel and here is my excel table.
NameExtensionDate accessedDate modifiedDate createdFolder PathFinal Name
| Croco Child.jpg | .jpg | 02-07-2022 17:38:34 | 29-07-2015 20:31:20 | 02-07-2022 17:38:34 | C:\Users\win\Desktop\Photos\ | Crocodile_29-07-2015 20:31:20 |
| Midway Horse.jpg | .jpg | 02-07-2022 17:38:34 | 24-02-2014 01:35:53 | 02-07-2022 17:38:34 | C:\Users\win\Desktop\Photos\ | Horse_24-02-2014 01:35:53 |
The first column(Name) is the current file name and the last column name (Final Name) is the name that I want to give to the files.
For some reason the flow is not taking the column names of the excel file and giving errors.

I the flow variable I am able to see the column names and yet the flow is not able to recognize the column names.

Please can someone help me out as I am trying to make the whole thing dynamic based on the data in excel, by creating 'For each' loops.
Thank you,
Vishesh Jain