When List forms in SharePoint Online are customized with PowerApps, your end users may start to experience a minor inconvenience. This inconvenience is simply bypassed by applying a consent policy to that specific PowerApps app you are working on.
See below for details.
1. Download and Install the PowerApps PowerShell modules (see reference below)
2. Find the App ID / App Name in the PowerApps Studio (See all/View all Versions) (see screen reference below)
3. Run the following to apply or clear. Replace <app_id> with value
Set-AdminPowerAppApisToBypassConsent -AppName <app_id>
Clear-AdminPowerAppApisToBypassConsent -AppName <app_id>
Download Reference
https://docs.microsoft.com/en-us/power-platform/admin/powerapps-powershell
Screen Reference


You must be logged in to post a comment.