Forum Discussion
Clong97
Sep 28, 2020Copper Contributor
Auto Archive Documents
Hi All, We have a large Document Library with ~200k items. We are looking to have a solution which automatically archives any files older than 3 years and moves them into a new archive document ...
Clong97
Sep 28, 2020Copper Contributor
Hi ArefHalmstrand,
We do have a service account which would run the Power Automate.
The issue with delegation limits is with Power Automate as it is only able to run roughly the first 5k items meaning that not all documents would be processed.
We do have a service account which would run the Power Automate.
The issue with delegation limits is with Power Automate as it is only able to run roughly the first 5k items meaning that not all documents would be processed.
Sep 28, 2020
Clong97 Ah, it makes kinda sence. I would suggest to build the automated solution in PowerShell.
have a script that runs once a week (during weekend), to analyze your files and based on metadata fields, be able to move them directly or notify a content responsible. There are many cool ways to solve this. But it is absolute a challenge to go through so many items. Even PowerShell can fail with loss of connection or runtime error. My recommendation is to use PowerShell, either locally or in Azure functions.