Problem
Whilst reading Excel files within Microsoft Power Automate (or Azure Logic Apps), you might notice that only the first 256 rows will be imported …
Hmmm …. What is Going On Here?

Solution
By default Microsoft Power Automate limits you to fetching the first 256 rows … however you can increase this limit in the following way.
This setting will effectively instruct Power Automate to fetch batches of 5000 rows at a time therefore bypassing the Excel 256 row limit.
- Navigate to SETTINGS on the Excel step
- Enable Pagination
- Set the Threshold above 256 e.g. 5000.


Latest posts by Shane Bartholomeusz (see all)
- GitHub Actions Exam Study Guide - 14th February 2025
- Solved: Build Errors Not Showing in VS 2022 - 21st November 2024
- How To: Configure VSCode to Trust Self-Signed Certs - 16th August 2024
Is there a maximum number of rows that can be pulled through this method?
hi, this one really helped me a lot, thankyou