Skip to content

Commit 8457d21

Browse files
committed
minor edits
1 parent 5b9a8b3 commit 8457d21

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

support/power-platform/power-automate/flow-run-issues/triggers-troubleshoot.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -357,10 +357,14 @@ Admins can use the [Microsoft.PowerApps.Administration.PowerShell](https://www.p
357357
Get-AdminFlowWithMigratingTriggerUrl -EnvironmentName <EnvironmentName>
358358
```
359359

360-
The cmdlet outputs the `DisplayName` and `FlowName` (ID) of each flow whose trigger URL will be migrated.
360+
The cmdlet outputs the `DisplayName` and `FlowName` (ID) of each flow whose trigger URL will be migrated.
361361

362-
Note: For smoother retrieval of all impacted flows at tenant level, You can use Get-AdminPowerAppEnvironment [script](https://learn.microsoft.com/en-us/powershell/module/microsoft.powerapps.administration.powershell/get-adminpowerappenvironment?view=pa-ps-latest) to list all environments in a tenant and subsequently use the Get-AdminFlowWithMigratingTriggerUrl to list impacted flows in the environment.
362+
To find all impacted flows across a tenant:
363363

364-
```
365-
Get-AdminPowerAppEnvironment
366-
```
364+
1. Use [Get-AdminPowerAppEnvironment](/powershell/module/microsoft.powerapps.administration.powershell/get-adminpowerappenvironment) to list all app environments in the tenant:
365+
366+
```powershell
367+
Get-AdminPowerAppEnvironment
368+
```
369+
370+
1. Then use `Get-AdminFlowWithMigratingTriggerUrl` to list the impacted flows for each environment.

0 commit comments

Comments
 (0)