When working with Microsoft Dataverse (formerly Common Data Service) in Power Automate, the List rows action is commonly used to query data. However, by default, it only returns up to 5000 records per request. This limitation can be challenging when building enterprise-level workflows that require working with large datasets.
In this article, we will cover ...