I’m currently working with an existing Power Apps canvas app and I’m trying to determine which environment it belongs to, but I’m running into some challenges.
The app is a non-premium canvas app
It uses SharePoint as its data source
Since the app is using only standard connectors (SharePoint), I’m finding it difficult to identify the environment it belongs to. Unlike apps using Dataverse or premium connectors, there doesn’t seem to be an obvious reference to the environment within the app itself.
What I’ve Tried
Checked the app details in Power Apps Studio
Reviewed the SharePoint list connections
Looked for any environment hints in URLs or app metadata
So far, I haven’t been able to confidently determine the environment.
Question
What would be the best way to identify the environment of a Power Apps app when:
It is non-premium
It uses SharePoint as the data source
And there are no clear indicators in the app itself like using HOST.
I have the app in 3 Env DEV, TEST and PROD. I would like to add a banner that indicates in which app I am currently working.
Are there recommended approaches, tools, or admin-level checks that could help in this scenario?
Any guidance or best practices would be greatly appreciated.
Thanks in advance!