Quick Tip πŸ’‘ Power Automate get more than 5000 Dataverse Records

One thing that drove me crazy on a regular basis was getting more than 5000 records from Dataverse in Power Automate. It felt like sometimes it was working while in other cases it was not. Microsoft’s documentation clearly states that it SHOULD be working when you are using Pagination πŸ‘ A quick test on the Contact entity without any filters says this is true, first done without pagination returns exactly 5000 records....

February 17, 2022 Β· 2 min Β· Mats Necker

Quick Tip πŸ’‘ Embedded Canvas app - Data load problems in OnStart

Ever encountered problems with loading data in your Canvas app OnStart property when embedding it in a Model-Driven-App? While it usually works great, I found one situation where you have to put in some additional steps to ensure everything is loaded correctly. Time for a Quick Tip πŸ’‘ ❓ Using ModelDrivenFormIntegration.Item as filter In my app I want to embed a Canvas app on the main form of my entity Budget....

May 26, 2021 Β· 3 min Β· Mats Necker