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/create-and-use-apps/common-issues-and-resolutions.md
+14-6Lines changed: 14 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: A list of common issues and resolutions within Power Apps.
4
4
author: KumarVivek
5
5
ms.custom: sap:App Creation (Canvas App)
6
6
ms.reviewer: tapanm, lanced, tahoon
7
-
ms.date: 04/04/2024
7
+
ms.date: 03/26/2025
8
8
ms.author: kvivek
9
9
search.audienceType:
10
10
- maker
@@ -16,7 +16,7 @@ contributors:
16
16
---
17
17
# Common issues and resolutions for Power Apps
18
18
19
-
This article lists common issues you might encounter while using Power Apps. Issues are grouped by area, and summary-level workarounds are provided where applicable, with pointers to primary documentation locations where you might find more details.
19
+
This article lists common issues you might encounter while using Power Apps. Issues are grouped by area, and summary-level workarounds are provided where applicable. Pointers to primary documentation locations are also provided.
20
20
21
21
Refer to the introductory article [Power Apps troubleshooting strategies](isolate-common-issues.md) for guidance on narrowing down the source of your issue. That article outlines key principles for debugging both functional and performance issues.
22
22
@@ -38,6 +38,14 @@ Refer to the introductory article [Power Apps troubleshooting strategies](isolat
38
38
- See [Understanding delegation in a canvas app](/power-apps/maker/canvas-apps/delegation-overview) for details about delegation.
39
39
- See [Debugging canvas apps with Monitor](/power-apps/maker/monitor-canvasapps) for a description of how to monitor the data being sent and returned.
40
40
41
+
**You don't have the correct permissions to use a connection.**
42
+
43
+
End users might encounter this issue in two situations:
44
+
45
+
1. The application might have a shared implicit connection that isn't a secure implicit connection. Sharing the connection with the end user can resolve the issue but isn't recommended. All connections should be converted to secure implicit connections by the author.
46
+
47
+
2. If the connection is already a secure implicit connection, republishing the app might resolve the issue. If not, a product bug should be filed.
48
+
41
49
### Common issues
42
50
43
51
1.**Automatic Next links for galleries and grids don't work for action-based connectors.**
@@ -54,15 +62,15 @@ Refer to the introductory article [Power Apps troubleshooting strategies](isolat
54
62
55
63
1.**Custom connectors and Microsoft Dataverse**
56
64
57
-
If an app created using Power Apps build 2.0.540 or earlier relies on a database in the Dataverse and at least one custom connector in a different environment, you'll need to deploy the connector to the same environment as the database and update the app to use the new connector. Otherwise, a dialog will notify users that the API wasn't found. For more information, see [Environments overview](/power-platform/admin/environments-overview).
65
+
If an app created using Power Apps build 2.0.540 or earlier relies on a database in the Dataverse and at least one custom connector in a different environment, you need to deploy the connector to the same environment as the database and update the app to use the new connector. Otherwise, a dialog notifies users that the API wasn't found. For more information, see [Environments overview](/power-platform/admin/environments-overview).
58
66
59
67
1.**Column names with spaces**
60
68
61
69
If you're using a list created using Microsoft Lists, a SharePoint library, or an Excel table in which a column name contains a space, the column name with a space can be used with single quotes, like this `someList.'Color Tag'`.
62
70
63
71
1.**Apps that connect to on-premises SharePoint**
64
72
65
-
If you share an app that relies on connections that aren't automatically shared (for example, an on-premises SharePoint site), users who open the app in a browser will see a dialog box with no text when they select or tap **Sign in**. To close the dialog box, select or tap the close (X) icon in the upper-right corner. The dialog box doesn't appear if you open the app in [Power Apps Studio](/power-apps/maker/canvas-apps/power-apps-studio) or [Power Apps mobile](/power-apps/mobile/run-powerapps-on-mobile). For more information about shared connections, see [Share app resources](/power-apps/maker/canvas-apps/share-app-resources).
73
+
If you share an app that relies on connections that aren't automatically shared (for example, an on-premises SharePoint site), users who open the app in a browser see a dialog box with no text when they select or tap **Sign in**. To close the dialog box, select or tap the close (X) icon in the upper-right corner. The dialog box doesn't appear if you open the app in [Power Apps Studio](/power-apps/maker/canvas-apps/power-apps-studio) or [Power Apps mobile](/power-apps/mobile/run-powerapps-on-mobile). For more information about shared connections, see [Share app resources](/power-apps/maker/canvas-apps/share-app-resources).
66
74
67
75
1.**For apps that are created from data, only the first 500 records of a data source can be accessed.**
68
76
@@ -86,7 +94,7 @@ Refer to the introductory article [Power Apps troubleshooting strategies](isolat
86
94
87
95
**Power Automate flows are orphaned in Power Apps.**
88
96
89
-
Power Automate flows that are added using an older version of the Power Apps panel might be orphaned and removed. To fix this issue, re-add the flows manually.
97
+
Power Automate flows that are added using an older version of the Power Apps panel might be orphaned and removed. To fix this issue, readd the flows manually.
90
98
91
99
## Power Fx
92
100
@@ -126,7 +134,7 @@ The [Power Apps Studio](/power-apps/maker/canvas-apps/power-apps-studio) is home
126
134
127
135
1.**Changing a flow in a shared app**
128
136
129
-
If you add a flow to an app, share it, and then add a service or change a connection in the flow, you must remove the flow from the shared app, re-add the flow, and then reshare the app. Otherwise, users who trigger the flow receive an authentication failure.
137
+
If you add a flow to an app, share it, and then add a service or change a connection in the flow, you must remove the flow from the shared app, readd the flow, and then reshare the app. Otherwise, users who trigger the flow receive an authentication failure.
0 commit comments