Hi Expert,
I was trying to set one of our Powerapps APP as AppAsFeatured with this command
Set-AdminPowerAppAsFeatured -EnvironmentName [envid] -AppName [appid] but i'm getting the below exceptions.
Invoke-WebRequest : {"error":{"code":"ApplicationNotFound","message":"The application
'' could not be found in the tenant ''."}}
At C:\Program Files\WindowsPowerShell\Modules\Microsoft.PowerApps.Administration.PowerShell\2.0.178\Microsoft.PowerApps
.RestClientModule.psm1:81
Tried searching thru forum and articles but i did not get information. Can someone share some insights how to resolve this things.
Thank you!