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
Copy file name to clipboardExpand all lines: support/power-platform/power-automate/flow-run-issues/triggers-troubleshoot.md
+16-3Lines changed: 16 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ contributors:
7
7
- kisubedi
8
8
- kenseongtan
9
9
- v-aangie
10
-
ms.date: 08/08/2025
10
+
ms.date: 09/11/2025
11
11
ms.custom: sap:Flow run issues\Triggers
12
12
ms.update-cycle: 180-days
13
13
ms.author: kenseongtan
@@ -313,7 +313,7 @@ For triggers, the value of expressions is calculated only when the flow is saved
313
313
## Changes to HTTP or Teams Webhook trigger flows
314
314
315
315
> [!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.
317
317
318
318
### Key changes
319
319
@@ -331,7 +331,7 @@ To ensure your flows continue to function as expected, follow these steps:
331
331
332
332
1. Update URL references:
333
333
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.
335
335
- Replace the old trigger URL with the updated URL displayed in the trigger card of your flow's designer.
336
336
337
337
2. Validate the new URL:
@@ -343,3 +343,16 @@ To ensure your flows continue to function as expected, follow these steps:
343
343
344
344
- If your trigger URL uses a relative path parameter, ensure there are no beginning slashes in the field to avoid double slash errors.
345
345
- 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:
0 commit comments