Skip to content

Commit b3be614

Browse files
Merge pull request #9727 from MicrosoftDocs/main
Auto Publish – main to live - 2025-09-16 18:00 UTC
2 parents b3a6233 + 60ee983 commit b3be614

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

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

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ contributors:
77
- kisubedi
88
- kenseongtan
99
- v-aangie
10-
ms.date: 08/08/2025
10+
ms.date: 09/11/2025
1111
ms.custom: sap:Flow run issues\Triggers
1212
ms.update-cycle: 180-days
1313
ms.author: kenseongtan
@@ -313,7 +313,7 @@ For triggers, the value of expressions is calculated only when the flow is saved
313313
## Changes to HTTP or Teams Webhook trigger flows
314314

315315
> [!IMPORTANT]
316-
> Starting in August 2025, Power Automate flows with [HTTP triggers](/power-automate/oauth-authentication?tabs=classic-designer) or [Teams Webhook triggers](/connectors/teams/?tabs=text1%2Cdotnet#microsoft-teams-webhook) that have `logic.azure.com` in the URL will move to a new URL. You'll see the new URL in the **HTTP URL** field of the flow's trigger when you open the flow in the designer. To ensure that existing flows using these triggers continue to work, complete the following actions by November 30, 2025. After this date, the old URLs will no longer work and flows will fail to trigger.
316+
> Starting in August 2025, Power Automate flows with [HTTP triggers](/power-automate/oauth-authentication?tabs=classic-designer) or [Teams Webhook triggers](/connectors/teams/?tabs=text1%2Cdotnet#microsoft-teams-webhook) that have `logic.azure.com` in the URL will move to a new URL. This change is part of an infrastructure upgrade to improve execution speed and provide new features. You'll see the new URL in the **HTTP URL** field of the flow's trigger when you load the flow in the designer. To ensure that existing flows using these triggers continue to work, complete the following actions by November 30, 2025. Before November 30, 2025 both the old and new URLs will be supported; after that, the old URLs will no longer work and flows will fail to trigger.
317317
318318
### Key changes
319319

@@ -331,7 +331,7 @@ To ensure your flows continue to function as expected, follow these steps:
331331

332332
1. Update URL references:
333333

334-
- Identify all client applications and systems (such as web apps, Power Apps, and others) that reference the old trigger URL.
334+
- Identify all external applications and systems (such as web apps, Power Apps, flows, and others) that reference the old trigger URL.
335335
- Replace the old trigger URL with the updated URL displayed in the trigger card of your flow's designer.
336336

337337
2. Validate the new URL:
@@ -343,3 +343,16 @@ To ensure your flows continue to function as expected, follow these steps:
343343

344344
- If your trigger URL uses a relative path parameter, ensure there are no beginning slashes in the field to avoid double slash errors.
345345
- Modify the relative path as needed and validate the trigger URL for correctness.
346+
347+
> [!NOTE]
348+
> 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+
### 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+
```
357+
358+
The cmdlet outputs the `DisplayName` and `FlowName` (ID) of each flow whose trigger URL will be migrated.

0 commit comments

Comments
 (0)