Hi,
I am traying to get the files name from folder, so I made the fallowing
at Action 6 I get the files in folder, but I do not know how to get file name for full list at action 7
after ththis I need the the list of files name to be posted at an Excel file.
can this be done? or is thier better way to do it?
Thanks
Solved! Go to Solution.
For each %CurrentItem% in Files
Write %CurrentItem.Name% to Excel
End
The datatype property for getting just the file name is .Name.
Best of Luck!
For each %CurrentItem% in Files
Write %CurrentItem.Name% to Excel
End
The datatype property for getting just the file name is .Name.
Best of Luck!
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.