Skip to content

Commit 1cea5a2

Browse files
committed
edits for new content
1 parent d0a74b5 commit 1cea5a2

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

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

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -346,9 +346,15 @@ To ensure your flows continue to function as expected, follow these steps:
346346

347347
> [!NOTE]
348348
> If a flow uses an HTTP action to call another flow, the parent flow is considered to be an external system. The URL in the parent flow should be updated with the new URL that is displayed in the child flow's trigger card. However, if the child flow is called through the **Run a child flow** action no change is needed.
349-
>
350-
### Get admin view of all flows
351349
352-
Admins can also use Powershell script (https://www.powershellgallery.com/packages/Microsoft.PowerApps.Administration.PowerShell/2.0.216) to list all flows with these triggers along with flowID and environmentID to facilitate the update.
353-
<img width="3837" height="893" alt="image" src="https://github.com/user-attachments/assets/cf203563-202a-478e-acc5-c979f7721ade" />
350+
### List all flows with migrating trigger URLs
351+
352+
Admins can use the [Microsoft.PowerApps.Administration.PowerShell](https://www.powershellgallery.com/packages/Microsoft.PowerApps.Administration.PowerShell/2.0.216) package to list all flows whose trigger URLs will be migrated. Having the package installed, run the following PowerShell cmdlet:
353+
354+
```powershell
355+
Get-AdminFlowWithMigratingTriggerUrl -EnvironmentName <EnvironmentName>
356+
```
354357

358+
The cmdlet gives an output similar to the following example:
359+
360+
<img width="3837" height="893" alt="image" src="https://github.com/user-attachments/assets/cf203563-202a-478e-acc5-c979f7721ade" />

0 commit comments

Comments
 (0)