Skip to content

Commit f3eff50

Browse files
authored
Merge pull request #9477 from MicrosoftDocs/lucciz01-update-the-article-to-include-new-scenario
AB#7028: Update triggers-troubleshoot.md
2 parents f9c7b1a + 82e29f9 commit f3eff50

10 files changed

Lines changed: 38 additions & 7 deletions

File tree

-8.71 KB
Loading
459 Bytes
Loading
-1.21 KB
Loading
-4.16 KB
Loading
1.08 KB
Loading
-6.69 KB
Loading
138 KB
Loading
182 Bytes
Loading
-2.3 KB
Loading

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

Lines changed: 38 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,14 @@ contributors:
77
- kisubedi
88
- kenseongtan
99
- v-aangie
10-
ms.service: power-automate
11-
ms.subservice: cloud-flow
12-
ms.topic: troubleshooting-general
13-
ms.date: 07/22/2025
10+
ms.date: 08/07/2025
11+
ms.custom: sap:Flow run issues\Triggers
1412
ms.update-cycle: 180-days
1513
ms.author: kenseongtan
16-
ms.reviewer: angieandrews
17-
ms.collection: bap-ai-copilot
14+
ms.reviewer: angieandrews, kenseongtan, kisubedi
1815
search.audienceType:
1916
- flowadmin
2017
---
21-
2218
# Troubleshoot common issues with triggers
2319

2420
Here are some tips and tricks for troubleshooting issues with triggers.
@@ -312,3 +308,38 @@ To resolve this issue, edit each flow and save it. The triggers should start fir
312308
## Triggers aren't respecting expressions used in them
313309

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

0 commit comments

Comments
 (0)