Category Archives: Power Platform

Power Platform Fact Check

Tenant Admins can be restricted from viewing Dataverse data Neither Power Platform Admins, nor Tenant Admins can be restricted from accessing data in Dataverse environments: https://learn.microsoft.com/en-us/power-platform/admin/use-service-admin-role-manage-tenant Dynamics 365 administrators can be restricted, though, as long as they have not been added to an Azure AD group that’s been assigned to a given environment. You need… Read More »

Is it a Cloud Flow or is it a Web Page? How to create a simple unsubscribe page without breaking a sweat.

Come to think of it, a Power Automate cloud flow with an HTTP trigger and a response action is not that different from a web page for the outside world. Just look at this: If I had contact id passed to this flow as a query parameter, I could use Dataverse connector to set “do… Read More »

How to: track the timestamp of your power automate flow last successful run

Occasionally, you’d probably want to know the time stamp of the last successful run of your power automate flow. For example, you might be working on the data synchronization, and you might need to track those timestamps somehow. Which is a bit of a problem, it seems. You might try following Linn’s blog here: https://linnzawwin.blogspot.com/2020/08/get-flow-run-by-using-dynamics-365cds.html… Read More »

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 »