By default Flow only returns the first 5000 records in a List rows action. If your flow needs to return more than 5000 records you need to add paging to your flow. There are two ways to achieve this: 1. Create a fetchXML using fetchXMLBuilder (XrmToolbox) and convert it to oData query. In your Power…