Good day power automate friends,
I have a finished flow that works with the browser.
This flow is built to open an excel instance and draw data from there. I would like this same flow to run for another file in the same folder after the flow is over. Until there is a flow for all the files in the folder.
Any advice on how this could be achieved?
Thank you in advance for your answer.
Sincerely,
Robert.
Could someone please point out what I'm doing wrong in my "for each" loop? I feel like I'm missing something.
I have a folder of .pdf files. My flow retrieves a list of .pdf files in the folder and then I want it to iterate the "Loop condition" for each of the files in the folder. My loop condition successfully splits each .pdf file into single page pdf files and places them all in a new folder. Great! But... it will not move on to the 2nd, 3rd, and so on files in the folder. Do I need another set variable to help my for each loop increment?
Thank you in advance.
Read about the for each loop.
Hello,
Yes, it occurred to me to use get files in folder. The problem is that I can't create the appropriate action.
I don't know how work with this variable Files. Please do you have any example of notation.
Thank you a lot.
hi,
the general logic to do this is the below
get the files in the folder with the appropriate action, then use a for each loop and within the loop include the actions that you want to be executed for all these files.