I am trying to set up a flow that copies files from one Sharepoint folder to another every 24 hours. My team handles images in two separate folders, one where they are categorized into 4-5 layers of subfolders, and one big master folder where all the images go.
We are several people working these folders, updating and adding pictures every day. So my goal is that we should only add and update pictures in the folder with several subfolders, and then, let's say at midnight, the flow collects all the changed and new pictures and copies them to the so called "Master" folder. The flow identifier should be the filename and containg "_BP" (code for productimage) and searching all the subfolders.
Below is my try to get the flow working, but it always return false. Does anoyne know how to fix it?
Best regards,
Adam
Solved! Go to Solution.
How many times is your 'Apply to each' being executed? 100? If so, you probably need to increment the top nr of results provided by 'Get files (properties only)
Great stuff here, please note 'Get files' does not support pagination
How to get more than 5000 items from SharePoint Online in Flow - Alex Tofan's blog
Hope this helps
Proud to be a Flownaut!
How many times is your 'Apply to each' being executed? 100? If so, you probably need to increment the top nr of results provided by 'Get files (properties only)
Great stuff here, please note 'Get files' does not support pagination
How to get more than 5000 items from SharePoint Online in Flow - Alex Tofan's blog
Hope this helps
Proud to be a Flownaut!
Thank you @efialttes , that quick fix made the flow work properly. turned on the pagination and the put the number of results to 5000.
User | Count |
---|---|
88 | |
39 | |
23 | |
20 | |
16 |
User | Count |
---|---|
127 | |
49 | |
46 | |
34 | |
25 |