dataverse
13 TopicsPower Apps - development vs production
“It works fine in development.” Probably one of the most dangerous sentences in application development. 😄 I've seen Power Apps behave perfectly when we test with a small amount of data. Then the application goes to UAT or production and suddenly users start reporting: “It's taking too long to load.” “The gallery is empty.” “The search isn't returning everything.” “Why is this screen so slow?” Many times, the formula itself isn't the only issue. The data is. For example, an app might work perfectly with a few hundred SharePoint records. But as the list grows, the same approach can become a problem because of delegation and the amount of data being processed. That's why I've started asking these questions before finalizing an app: Is this query delegable? How much data will this list have after one year? Are we loading records into collections unnecessarily? Are we doing multiple LookUps inside a gallery? Can the filtering happen closer to the data source? Would Dataverse be a better option for this requirement? These questions don't always come up when we're building the first version of the application. But they become very important later. One thing I'm learning with Power Platform is that a solution that works today is not necessarily a solution that will scale tomorrow. Sometimes spending a little more time on the data and architecture in the beginning saves a lot of time later. Curious to know what others have experienced: What was the biggest Power Apps performance issue you faced after moving an application to production?67Views0likes0CommentsAccess Releases 7 Issue Fixes in Version 2311 (Released November 25th, 2023)
Our newest round of Access bug fixes was released on November 25th, 2023. In this blog post, we highlight some of the fixed issues that our Access engineers released in the current monthly channel.9.9KViews3likes29CommentsAccess Releases 7 Issue Fixes in Version 2310 (Released October 25th, 2023)
Our newest round of Access bug fixes was released on October 25th, 2023. In this blog post, we highlight some of the fixed issues that our Access engineers released in the current monthly channel. If you see a bug that impacts you, and if you are on the current monthly channel Version 2310, you should have these fixes. Make sure you are on Access Build # 16.0.16924.20106 or greater.4.9KViews2likes4Comments