Disable consent form in PowerApps
Kintali Prasanti
Architect |Sharepoint|SPFX| React|Powerapps|Power Automate | PHA | BITSian
Execute the below PowerShell command to disable consent popup in PowerApps.
Set-AdminPowerAppApisToBypassConsent -EnvironmentName [Guid] -AppName [Guid]
EnvironmentName [Guid] - mention environment Id ( Click on settings -> Developer resources-> copy environment Id)
App Name [Guid]- mention app Id.