Category Archives: PowerApps

How to: intercept record assignment and keep it under the same team all the time?

There was a little unusual scenario to cover. With user-owned tables in Dataverse (see, I’m practicing different pieces of new terminology in the same sentence ), how do we keep all records under the same team? You might probably question the scenario to start with, and I’d be happy to just say that there is… Read More »

Promote to Admin and Check Access – two buttons we can use to investigate access issues

It might be yesterday’s news (or, at least, it’s probably at least a month old now) that we have “Check Access” button in the model-driven apps: This one is available from the command bar, and it allows us to check record access for any user in the system: It can also track record sharing –… Read More »

The challenges of using external data in the model-driven applications

Integrating external data with model-driven applications in the Microsoft Dataverse can be a challenging task for a number of reasons: Data volumes Storage costs API throttling and entitlement limits Technology limitations Lack of experience with the tools/technologies Vague requirements where a little change can affect the whole approach to the integration   In this post,… Read More »

Shared variables in Dataverse plugins. Surprise, surprise…

It’s a rare situation when 3 different Dataverse developers, all having quite a bit of experience with plugins, start talking about plugins functionality and can’t agree on how it actually works Yet, this is exactly what happened when Daryl LaBar suggested that I should be using shared variables to handle the problem described in the… Read More »

Power Platform Elephants

A few things happened recently which got me thinking about things we usually don’t talk about in the Power Platform world: Steve Mordue mentioned Dunning-Kruger Effect in his recent podcast/blog post:  https://stevemordue.com/microsoft-marching-masses-to-peak-of-mt-stupid/ Another fellow MVP, Olena Grischenko,  posted this interesting comment on Linkedin: “Doing lots of error handing in Power Automate recently Feels more and… Read More »

How to: re-use historical user input/selections to populate form controls

What if you wanted to populate model-driven app form controls based on the previous selections made by the same user? To give you a specific example: let’s say there is a location field on the form, and let’s say our user can travel between multiple locations. In both locations, this user is going to work… Read More »