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-apps/connections/best-practices-when-updating-a-flow.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Error codes on Flow run
3
3
description: Describes best practices and steps to mitigate common errors when running Microsoft flows in Power Apps.
4
4
ms.reviewer: mlalavat
5
-
ms.date: 03/01/2024
5
+
ms.date: 04/15/2025
6
6
ms.custom: sap:Connections\Creating or updating connections
7
7
---
8
8
# Best practices when updating a flow used by a Power App
@@ -196,7 +196,8 @@ This error means that the app has flow metadata that specifies that a SQL connec
196
196
> Make sure to perform the following steps in the source or development environment and update the solution. Once the solution is updated, import it to all the target or production environments.
197
197
198
198
#### Mitigation option 1
199
-
Resetting the flows in the app:
199
+
200
+
Reset the flows in the app:
200
201
201
202
1. In the source environment, edit the app. Remove and then re-add the flows to the app. Save and publish the changes.
202
203
2. In the target environment, remove all unmanaged layers on the app and flow.
@@ -206,13 +207,13 @@ Resetting the flows in the app:
206
207
> There can be no unmanaged layers on either the flow or the app because this can cause issues in connection to the flow.
207
208
208
209
#### Mitigation option 2
210
+
209
211
Change the connection from **Embedded** to **Invoker**:
210
212
211
213
1. Navigate to the flow portal to edit and update the flow settings.
212
214
2. On the flow details page, in the **Run only users** section, select **Edit**.
213
215
3. To update the flow connection source to **Invoker**, select **Provided by run-only user** and save.
214
-
4. To update the flow connection source to **Embedded**, select **Use this connection** and save.
215
-
5. Verify by triggering the flow. You see that the "install flow network" calls now are succeeding.
216
+
4. Verify by triggering the flow. You see that the "install flow network" calls now are succeeding.
0 commit comments