Applies to Product - Power Apps
What’s happening?
An app is missing from the Power Apps environment, potentially due to deletion or renaming.
Reason:
The app may have been deleted or renamed, and there may be restrictions or errors preventing the enabling of the recycle bin feature.
Resolution:
- Check for Deleted App:
- Use PowerShell to check if the app has been deleted. Run the following command: Get-AdminDeletedPowerAppsList -EnvironmentName ENVIRONMENT-ID
- Replace ENVIRONMENT-ID with the affected app’s environment ID.
- If the app is found in the deleted list, restore it using the same PowerShell commands without restoring the entire environment.
