You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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