Skip to content

Commit ea90f57

Browse files
authored
Merge pull request #10030 from MicrosoftDocs/kisubedi-patch-2
AB#8031: Update triggers-troubleshoot.md
2 parents 1c0d2c0 + 8457d21 commit ea90f57

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,3 +358,13 @@ Get-AdminFlowWithMigratingTriggerUrl -EnvironmentName <EnvironmentName>
358358
```
359359

360360
The cmdlet outputs the `DisplayName` and `FlowName` (ID) of each flow whose trigger URL will be migrated.
361+
362+
To find all impacted flows across a tenant:
363+
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)