Tutorial: Power Platform environment editor¶
CSA Loom
powerplatform-environmenteditor — verified working against a live console by the UAT harness on 2026-07-01.
Open the editor¶
- Sign in to your CSA Loom Console (for example
https://<your-console-host>). - Open or create a workspace from the Workspaces page.
- Click + New item and choose Power Platform environment from the catalog.
- The editor opens at
/items/powerplatform-environment/<id>:
What this editor does¶
A Power Platform environment is surfaced via the BAP admin API — SKU, region, Dataverse domain, security group, and DLP summary. In Loom it is read live via /api/powerplatform/environments. Each prod/dev/UAT gets its own environment.
Getting started¶
- List environments — The editor reads environments live from the BAP admin API.
- Inspect details — Review SKU, region, Dataverse domain, and security group.
- Check DLP — Read the DLP policy summary that governs connectors in the environment.
- Use as a scope — Pick an environment to scope Dataverse tables, apps, flows, and agents.
Learn more¶
- Microsoft Learn reference: https://learn.microsoft.com/power-platform/admin/environments-overview
Verified by the UAT harness¶
- Tested at:
2026-05-26T13:55:31.984Z - Verdict: A (renders cleanly, real backend responded)
- Test source:
apps/fiab-console/e2e/editors.uat.ts
