Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
(Preview) Inspect Power Automate cloud flows, actions, and run history as an admin.
Commands
| Command | Description |
|---|---|
| pac power-automate list-cloud-flows | (Preview) Returns a list of cloud flows. |
| pac power-automate list-flow-actions | (Preview) Returns a list of flow actions. |
| pac power-automate list-flow-runs | (Preview) Returns a list of flow runs. |
pac power-automate list-cloud-flows
(Preview) Returns a list of cloud flows.
Optional Parameters for power-automate list-cloud-flows
--columns
Comma-separated list of response properties to include in table output. Use --json for the complete response.
--created-by
The creator Dataverse ID.
--created-on-end-date
Filter for created on or before this date.
--created-on-start-date
Filter for created on or after this date.
--environment -env
Specifies the target Dataverse. The value may be a Guid or absolute https URL. When not specified, the active organization selected for the current auth profile will be used.
--modified-on-end-date
Filter for modified on or before this date.
--modified-on-start-date
Filter for modified on or after this date.
--owner-id
The owner Dataverse ID.
--resource-id
The resource ID.
--workflow-id
The workflow ID.
pac power-automate list-flow-actions
(Preview) Returns a list of flow actions.
Optional Parameters for power-automate list-flow-actions
--columns
Comma-separated list of response properties to include in table output. Use --json for the complete response.
--connector
The connector name.
--environment -env
Specifies the target Dataverse. The value may be a Guid or absolute https URL. When not specified, the active organization selected for the current auth profile will be used.
--exact
Use exact matching for parameterName and parameterValue.
--is-trigger
Indicates if the action is a trigger. No filter if unset.
--parameter-name
A keyword to search within the parameter name field.
--parameter-value
A keyword to search within the parameter value field.
--parent-process-stage-id
The parent process stage ID.
--workflow-id
The workflow ID.
pac power-automate list-flow-runs
(Preview) Returns a list of flow runs.
Required Parameters for power-automate list-flow-runs
--workflow-id
The workflow ID.
Optional Parameters for power-automate list-flow-runs
--columns
Comma-separated list of response properties to include in table output. Use --json for the complete response.
--environment -env
Specifies the target Dataverse. The value may be a Guid or absolute https URL. When not specified, the active organization selected for the current auth profile will be used.
See also
Microsoft Power Platform CLI Command Groups
Microsoft Power Platform CLI overview