Hi, I am new to Power Platform. I have an entity with over 30,000 records and I need a way to find the total number of items in that entity. I tried the following methods:
- using PowerApps: create a canvas app and using the CountRows function, I keep getting 'data returned by service was invalid' error.
- using PowerAutomate: read all items in entities and use Length() function to calculate the number of items. since get items return a maximum of 5000 records, the total is always 5000.
- using the 'Edit data in Excel' feature of CDS: the spreadsheet always return a maximum of 17,0000 records.
- using a 'model-driven app': using the 'export to excel' feature from the app will return all my records
so the only reliable method to get total number of items is appear to be exporting a list of all items from a Model-driven app, is there a more efficient way to to do this? ideally, I need this from a Power App or a Power Automate to make business decisions.
Thanks