The process of building custom applications and tools that interact with Microsoft SharePoint, including SharePoint Online in Microsoft 365.
Hi @Girma, Solyana
Thank you for posting your question in the Microsoft Q&A forum.
It looks like you’ve run into a platform limitation in Power Automate. Even when pagination is enabled, the SharePoint connector aggregates all pages into one JSON array, and if the total output exceeds 200 MB, the action fails.
From my findings, one possible approach is to use the SharePoint REST API to retrieve only folder metadata rather than files: Working with folders and files with REST | Microsoft Learn. Since each folder is returned as a single item, this helps avoid aggregation issues. You can then use a child flow to recursively process subfolders: Create child Flows - Power Automate | Microsoft Learn.
As this forum doesn’t currently have a dedicated tag for Power Platform, you might find more targeted support by posting in the Microsoft Power Platform Community Forum Thread. It’s a great space full of helpful, knowledgeable people who are more than willing to walk you through the steps and share their experience. You’ll likely get clearer guidance and the support you need to make this work.
I really appreciate your patience and understanding. While we can’t resolve this directly in this forum, pointing you to the right community ensures you’ll connect with people who can provide the practical support you need.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.