Difference between Power app per app and per user plan: Power App per appPower App per userAssigned to environmentAssigned to userAllows individual users to run one application or one portal in a specific environment to which the per app is assigned toAllows Individual users to run unlimited applications (within service limits) based on the full … Continue reading Difference between Power app per app and per user plan
Restore deleted flow that isn’t part of a solution using PowerShell
If you or someone else accidentally deletes a flow that isn't part of a solution, you can use PowerShell to restore it within 28 days of deletion. Prerequisites You must install the latest version of PowerShell cmdlets for Power Apps.You must be an environment admin.There must be an execution policy set on your device to run PowerShell scripts. … Continue reading Restore deleted flow that isn’t part of a solution using PowerShell
How to get the list of users who have access to power apps
In this blog, we will learn how to see the list of users who have access to the canvas app Add the PowerAppsForAdmins and PowerPlatformForAdmins connectors to the app PowerPlatformForAdmins - to get the list of environments PowerAppsForAdmins - to get the list of apps At the start of the app - add below Fx … Continue reading How to get the list of users who have access to power apps
Updating ownership of Power Apps
How does removing an app owner’s profile from Azure Active Directory (AAD) impact access to the app? Model-driven and Canvas apps manage their ownership differently. Model-driven app ownership In a model-driven app, there is no concept of a co-owner. What happens to the application if the original owner/creator leaves the organization? Users who already have … Continue reading Updating ownership of Power Apps
How to get the IP address of your Power Automate
How to get the IP address of your power automate: Create a manual trigger flowAdd HTTP actionMethod GET and URL https://api.ipify.org/?format=json Add parse JSON action, and pass below schema { "type": "object", "properties": { "ip": { "type": "string" } } } Add compose action to view the IP address Test the flow
Disable hyperlink for lookup columns in Views – Dataverse
To disable hyperlink, we need to add custom control 'Power Apps Read-Only Grid' to the view which has property 'Navigation types allowed' which can be updated to disable it To change this behavior, add Custom Controls to the view: Open the desired view in classic modeClick on custom controls Click on Add control and select … Continue reading Disable hyperlink for lookup columns in Views – Dataverse