I'am new to power app and need a solution which will copy files from a network drive which has multiple one main folder with 20 subfolder with files.
I need to loop thru the folders and copy then over to a SharePoint folder located in the document directory.
The filed will be loaded ever check every few months. below is what I am thinking I need, but cannot developed the loop. I need a example of. I already have my gateway connection created and working
1. When a file is created or Modified'
2. Use the "List files in folder" action for the main folder to get a list of files and subfolders.
Apply to Each:
3. Add an "Apply to Each" loop to iterate through each file or subfolder obtained in the previous step.
4. Create file on Shared point