Forum Discussion
humphriesk
Apr 09, 2024Copper Contributor
Power Automate 'Send an HTTP request to SharePoint" only returning 300 rows of data
My PWA site has over 900 projects, but the following action only returns exactly 300 items. This feels like a returned rows limit of some sort, but I still get only 300, even when I use "&?top=1000"....
- Apr 09, 2024
Hello humphriesk ,
I wrote this blog post a few years back, I hope it helps (and still works!) https://pwmather.wordpress.com/2020/09/20/handling-pagination-in-powerautomate-sharepoint-http-flow-action-for-projectonline-flows-office365-automation-workflows-powerplatform-poweraddicts-nocode-lesscodemorepower-msproject/
Paul
humphriesk
Apr 09, 2024Copper Contributor
cross-posted to Power Automate forum
- mgguinneFeb 19, 2026Copper Contributor
Thanks Paul_Mather​ your post helped a lot, I had to change the trimming of the next url as it was hard coded to 46 chars, but once I got that sorted out, it's all working, I can get back all 700+ projects now :)