Hide a default Power Apps button in modern UI

Brass Contributor

Hi,

 flowandPowerapps-Initial.png

I tried to Hide flow and Power Apps button from my all Lists using Powershell

 

Connect-PnPOnline -Url https://jpower4.sharepoint.com/sites/projects
$ctx = Get-PnPContext
$ctx.Site.DisableAppViews = $true;
$ctx.Site.DisableFlows = $true;
$ctx.ExecuteQuery();

 

It is removed the 'Flow' button and removed the 'Create an app'. But not removed the PowerApps button.

flowandPowerapps-Initial.png

 

Please help on this.

1 Reply

@Jenkins Nesamony Sundararaj Did you find a solution for this?