Hi,
You're absolutely right — the Power Platform Admin Center UI doesn't clearly differentiate between CDS-only environments (Power Apps only) and full Dynamics 365 environments. This can cause confusion, especially when deploying Dynamics solutions or managing compliance across multiple orgs.
In this case, Power Automate is a great workaround. Using the "List environments as Admin" action, you can retrieve a JSON payload that includes the schemaType
property for each environment.
From experience:
schemaType = "Standard"
→ it's a CDS-only environment (Power Apps, no Dynamics apps).schemaType = "Full"
→ it's a Dynamics 365 Apps environment.You can use this logic to build governance reports or automate deployment decisions. The OrganizationDetail
complex type in the Microsoft documentation confirms this behavior.
Hope this helps others dealing with large-scale environment management.
Best regards,
Daniele
Mansi Soni
243
Super User 2025 Season 2
Muhammad Shahzad Sh...
158
Most Valuable Professional
Abhilash Warrier
95
Super User 2025 Season 2