I got the same problem but when listing in sharepoint table holding more than 5000 records.
It should be the same, so what worked for me?
Power Automate supports pagination for the "List rows present in a table" action, which allows you to retrieve rows in batches. To configure pagination:
- Edit the "List rows present in a table" action:
- Click on the ellipsis (three dots) in the upper right corner of the action.
- Select Settings.
- Enable Pagination and set the threshold to a value higher than 256. For instance, you might set it to 10,000 or the maximum value allowed, which is 50,000.