Microsoft Power Automate · Arazzo Workflow
Microsoft Power Automate Audit a Flow's Connector Dependencies
Version 1.0.0
Resolve the connectors and connections a single flow depends on.
View Spec
View on GitHub
AutomationBusiness ProcessIntegrationLow-CodeMicrosoftPower PlatformRPAWorkflowArazzoWorkflows
Provider
Workflows
connector-dependency-audit
Resolve a flow's connector and connection dependencies for migration or licensing review.
Reads a flow's connection references and definition summary, then resolves the environment's connector catalog, a specific connector's detail, and the environment's connections so the flow's true dependency set is known.
1
readFlow
getFlow
Read the flow to surface the connection references it declares and the definition summary listing the connector each action calls.
2
listEnvironmentConnectors
listConnectors
List the connectors registered in the environment so the flow's declared dependencies can be checked against what the environment actually offers.
3
resolveConnector
getConnector
Resolve the connector in detail to establish its display name, tier, and whether it is a custom API. Tier is what determines premium licensing, and custom APIs are what break an environment-to-environment migration.
4
listEnvironmentConnections
listConnections
List the environment's connections so each connection reference the flow declares can be matched to a real, authenticated connection.