Power Automate – Pagination
While working with updating 9000+ records from Excel to SharePoint list, I see flow terminating after some time. (like 15 to 20 mins). After going in to the flow action flow successfully executed the records and deleted the processed entries (I am removing the successful entries).
Every time I see there were only 256 records processed
without depending on the time (some time it is stopping at 15 mins and some
time it is stopping at 25 mins). I have investigated the issue and found-out it
is Pagination setting. We can see the same issue with SharePoint list. It will
get only Top 100 records if there is no pagination.
By default Get Excel rows set to 256 rows as threshold if there is no Pagination set. We can set the Pagination for the List rows using the steps below.
Enable Pagination and Enter the Threshold value. I have entered it as 1024. While processing the Excel updates, it tool 1024 records and stop the flow.
Comments