Author Archives: Alex Shlega

Using Power Automate to get the list of users an app has been shared with?

Have you ever wanted to get the list of users a canvas app has been shared with? Of course you could go to the maker portal and look at it there: But you can also do it in your flows easily (assuming you have permissions). There is Power Apps for Admins Connector: https://docs.microsoft.com/en-us/connectors/powerappsforadmins/ And it… Read More »

How to: debug plugins in the shared environments

When debugging a plugin, I often use PluginExecutionExceptions to display debugging messages. But, of course, it all works great when my development environment (or the plugin) is relatively isolated. And it all falls apart when there are other people working in the same environment, and they suddenly start seeing those error messages. There is a… Read More »

Flow execution “within context” of the app

If you look at the Power Apps licensing guide, you will see that flow execution is, usually, permitted within app context: That same wording applies to pretty much all licence types, including Dynamics 365. And there is a corresponding note in the Power Apps Licensing FAQs: https://docs.microsoft.com/en-us/power-platform/admin/powerapps-flow-licensing-faq Question, though. How do you read this? For… Read More »