Skip to content

Commit 3c7e152

Browse files
authored
minor updates to triggers-troubleshoot.md
1 parent ebf3d76 commit 3c7e152

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ ms.date: 08/06/2025
1111
ms.custom: sap:Flow run issues\Triggers
1212
ms.update-cycle: 180-days
1313
ms.author: kenseongtan
14-
ms.reviewer: angieandrews
15-
ms.collection: bap-ai-copilot
14+
ms.reviewer: angieandrews, kenseongtan, kisubedi
1615
search.audienceType:
1716
- flowadmin
1817
---
@@ -313,13 +312,13 @@ For triggers, the value of expressions is calculated only when the flow is saved
313312
## Changes to HTTP or Teams Webhook trigger flows
314313

315314
> [!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.
317316
318317
### Key changes
319318

320319
- **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.
321320
- **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.
323322

324323
### Required actions
325324

@@ -339,3 +338,4 @@ To ensure your flows continue to function as expected, follow these steps:
339338

340339
- If your trigger URL uses a relative path parameter, ensure there are no beginning slashes in the field to avoid double slash errors.
341340
- Modify the relative path as needed and validate the trigger URL for correctness.
341+

0 commit comments

Comments
 (0)