Skip to content

Commit b92dd2a

Browse files
authored
Update triggers-troubleshoot.md
1 parent f27216e commit b92dd2a

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
> 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.
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,6 @@ 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: 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

Comments
 (0)