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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,7 @@ ms.date: 08/06/2025
11
11
ms.custom: sap:Flow run issues\Triggers
12
12
ms.update-cycle: 180-days
13
13
ms.author: kenseongtan
14
-
ms.reviewer: angieandrews
15
-
ms.collection: bap-ai-copilot
14
+
ms.reviewer: angieandrews, kenseongtan, kisubedi
16
15
search.audienceType:
17
16
- flowadmin
18
17
---
@@ -313,13 +312,13 @@ For triggers, the value of expressions is calculated only when the flow is saved
313
312
## Changes to HTTP or Teams Webhook trigger flows
314
313
315
314
> [!IMPORTANT]
316
-
> Starting at the end of August 2025, Power Automate flows that use [HTTP triggers](/power-automate/oauth-authentication?tabs=classic-designer) or [Teams Webhook triggers](/connectors/teams/?tabs=text1%2Cdotnet#microsoft-teams-webhook) will use a different URL. You'll see the new URL in the request trigger when you open the flow in the designer. Existing flows that use these triggers will require user action to continue functioning after November 30, 2025.
315
+
> Starting at the end of 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. Existing flows that use these triggers will require user action to continue functioning after November 30, 2025.
317
316
318
317
### Key changes
319
318
320
319
-**Updated trigger URL**: The URL displayed on the HTTP trigger card in your flow's designer will reflect a new URL. This new URL is required for your flows to function correctly.
321
320
-**Length of the new URL**: The updated URL might exceed 255 characters, especially when [Shared Access Signature (SAS) authentication](/azure/storage/common/storage-sas-overview) is configured. Verify that your destination system supports URLs longer than 255 characters and adjust its configuration if necessary.
322
-
- A warning banner will appear on your flow details page or within the designer, displaying the old URL that has been replaced. This serves as a reminder to update any references to the outdated URL with the new URL.
321
+
-**Warning banner**: A warning banner will appear on your flow details page or within the designer, displaying the old URL that has been replaced. This serves as a reminder to update any references to the outdated URL with the new URL.
323
322
324
323
### Required actions
325
324
@@ -339,3 +338,4 @@ To ensure your flows continue to function as expected, follow these steps:
339
338
340
339
- If your trigger URL uses a relative path parameter, ensure there are no beginning slashes in the field to avoid double slash errors.
341
340
- Modify the relative path as needed and validate the trigger URL for correctness.
0 commit comments