Connect-PnpOnline
$environment = Get-PnPPowerPlatformEnvironment
$FlowProps = Get-PnPFlow -Environment $environment -AsAdmin | select -expandProperty Properties
$FlowProps
.DefinitionSummary
$FlowProps.DefinitionSummary.Actions | Group-Object swaggerOperationid | Sort-Object -Property Count -Descending
.DefinitionSummary.Actions | Group-Object swaggerOperationid | Sort-Object -Property
Count
-Descending | Export-Csv -Path C:\users\Public\mostcommonactions.csv
$environment
= Get-PnPPowerPlatformEnvironment
= Get-PnPFlow -Environment
-AsAdmin | select -expandProperty Properties
.DefinitionSummary.Triggers | Group-Object swaggerOperationid | Sort-Object -Property
-Descending
-Descending | Export-csv -Path C:\Users\Public\triggies.csv