Solution Explorer
Solution Explorer gies a visual representation of the key components of a Power Platform solution
How to load
Views
Components
Links
Filters
Export
1. How to load
To load drag the solution onto the drag and drop rectangle or click to upload and select the export.

The solution will load as a linked diagram, with components referenced linked.

In the example above you can see what connection references are used in each flow, what flows are called as child flows, and which environment variable is used in a agent.
2. Views
There are 2 views to show components that can be set by clicking the hamburger menu and toggling diagram mode.

Diagram Mode
Shows components and links that represent the use of other components

The above shows that the Get Registry flow is called by the Pre Export flow and uses the Environment list table and Dataverse-PipeLine connection reference.
List Mode
List mode groups all components by type and lists them.

3. Components
The following components are supported:
Flows
Connection Reference, Environment Variables, Apps, Agents, Tables, Functions
Canvas Apps
Connection Reference, Environment Variables, Tables, Functions
Model Driven Apps
Connection Reference, Environment Variables, Tables
Copilot Studio Agent
Connection Reference, Environment Variables, Flows, Tables
Connection References
Flows, Canvas Apps, Model Driven Apps, Copilot Studio Agent, Custom Connectors
Environment Variable
Flows, Canvas Apps, Model Driven Apps, Copilot Studio Agent
Custom Connector (shows connector icon)
Connection References
Dataverse Functions
Flows, Canvas Apps
Security Role
4. Links
To improve visibility of relationships link lines can be clicked to highlight them in red.

Click again to remove the highlighting. Multiple lines can be highlighted at once.
5. Filters
Solution Explorer includes 2 types of filters, component and flow name.

Component
Remove the checkbox against a component will remove it from the diagram.

Flow
The flows can be filtered by contains word or doesnt contain word. Adding a word will filter flows so that only flows with the matching text will show in the diagram

A not contains filter is also availble, with the ! prefix. So in this case it will only show flows that do not contain the text in the display name.

6. Export
There are 3 types of exports.
SVG
PNG
CSV

SVG exports the diagram as a SVG, this is a vector image so can be scaled (zoomed in/out) without losing resolution (SVGs are not compatible with some image software, but are with web browsers).
PNG are standard image exports, you can download in 3 sizes, Low (1024 pixels wide), Medium (2048 pixels wide), and High (4094 pixels wide).
CSV creates a table of all the components by name, id(or unique name) and type.
Last updated