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
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -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
+
> We are undertaking a necessary infrastructure upgrade which allows flows execution to be significantly faster with new features. 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 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. Until this date, both old and new URls are supported. Once this date is passed, 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,6 @@ 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: If you are using a HTTP action in a flow to call another flow, the parent flow is considered external system and in this case, you need to update the URL in the parent flow HTTP action with the new URL that is displayed in the child flow trigger card.
348
+
However, if you are calling child flow through 'Run a child flow' action, that is not impacted._
0 commit comments