Skip to content

Commit ebf3d76

Browse files
authored
add a new section at the end of the article
1 parent 2df2f57 commit ebf3d76

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

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

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ contributors:
88
- kenseongtan
99
- v-aangie
1010
ms.date: 08/06/2025
11+
ms.custom: sap:Flow run issues\Triggers
1112
ms.update-cycle: 180-days
1213
ms.author: kenseongtan
1314
ms.reviewer: angieandrews
@@ -309,3 +310,32 @@ To resolve this issue, edit each flow and save it. The triggers should start fir
309310

310311
For triggers, the value of expressions is calculated only when the flow is saved. For example, if your trigger uses `utcNow()` in an input, `utcNow()` is calculated when you save the flow, and the current UTC time is inserted into the trigger definition as a hardcoded value. `utcNow()` isn't recalculated every time the flow is triggered.
311312

313+
## Changes to HTTP or Teams Webhook trigger flows
314+
315+
> [!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.
317+
318+
### Key changes
319+
320+
- **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+
- **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.
323+
324+
### Required actions
325+
326+
To ensure your flows continue to function as expected, follow these steps:
327+
328+
1. Update URL references:
329+
330+
- Identify all client applications and systems (such as web apps, Power Apps, and others) that reference the old trigger URL.
331+
- Replace the old trigger URL with the updated URL displayed in the trigger card of your flow's designer.
332+
333+
2. Validate the new URL:
334+
335+
- Verify that the updated URL works as expected by triggering the flow and checking for successful execution.
336+
- If using SAS authentication, confirm that the destination system supports URLs longer than 255 characters.
337+
338+
3. Check the relative path parameter:
339+
340+
- If your trigger URL uses a relative path parameter, ensure there are no beginning slashes in the field to avoid double slash errors.
341+
- Modify the relative path as needed and validate the trigger URL for correctness.

0 commit comments

Comments
 (0)