Hi all. I’m having this issue where there are actually 3 file paths listed when i used Directory.GetFiles but system is only matching and writing down only 1 to excel. The following is the screenshot for my flow. Is there something that is missing? Thank you in advance!
For Each Row activity should be inside For Each loop activity.
2 Likes
Hi @lyn89
You Steps would be follows as below!
For each Files
Excel application scope pass the item
And Inside the body perform the rest of the activities.
Regards
Hi @lyn89
try tis out
If you want to iterative the directory means you have to use a=directory.getdirectories(“filepath”)
then use directory.getfiles(a)
1 Like
Thank you all for your help!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.