
Announcements
Hi,
I have requirement to copy more than 50K files from SharePoint to Azure Blob Storage using Power Automate. The issue i am facing is that the Get Files (Properties Only) action to get the number of files in the Document Library fails with the following message "The action 'Get_files_(properties_only)_2' has an aggregated page results size of more than '210480600' bytes. This exceeded the maximum size '209715200' bytes allowed." I tried the Pagination method to read 10K files and it worked fine, but i need to run this until all the 50k+ files are processed. Can someone help me with this. I added a Do Until loop with the following condition, "@greaterOrEquals(variables('skipCount'), 50000)" but it exists after 10K records.
Thank you!
Shyju John