Skip to content

Commit 29a5c5a

Browse files
authored
Merge pull request #8513 from MicrosoftDocs/20250319-error-in-consent-dialog-correct-permissions-not-shared
AB#5003: update for a specific connection issue in the consent dialog
2 parents b6c65a9 + 3831d09 commit 29a5c5a

1 file changed

Lines changed: 14 additions & 6 deletions

File tree

support/power-platform/power-apps/create-and-use-apps/common-issues-and-resolutions.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: A list of common issues and resolutions within Power Apps.
44
author: KumarVivek
55
ms.custom: sap:App Creation (Canvas App)
66
ms.reviewer: tapanm, lanced, tahoon
7-
ms.date: 04/04/2024
7+
ms.date: 03/26/2025
88
ms.author: kvivek
99
search.audienceType:
1010
- maker
@@ -16,7 +16,7 @@ contributors:
1616
---
1717
# Common issues and resolutions for Power Apps
1818

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.
2020

2121
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.
2222

@@ -38,6 +38,14 @@ Refer to the introductory article [Power Apps troubleshooting strategies](isolat
3838
- See [Understanding delegation in a canvas app](/power-apps/maker/canvas-apps/delegation-overview) for details about delegation.
3939
- See [Debugging canvas apps with Monitor](/power-apps/maker/monitor-canvasapps) for a description of how to monitor the data being sent and returned.
4040

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+
4149
### Common issues
4250

4351
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
5462

5563
1. **Custom connectors and Microsoft Dataverse**
5664

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).
5866

5967
1. **Column names with spaces**
6068

6169
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'`.
6270

6371
1. **Apps that connect to on-premises SharePoint**
6472

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).
6674

6775
1. **For apps that are created from data, only the first 500 records of a data source can be accessed.**
6876

@@ -86,7 +94,7 @@ Refer to the introductory article [Power Apps troubleshooting strategies](isolat
8694

8795
**Power Automate flows are orphaned in Power Apps.**
8896

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.
9098

9199
## Power Fx
92100

@@ -126,7 +134,7 @@ The [Power Apps Studio](/power-apps/maker/canvas-apps/power-apps-studio) is home
126134

127135
1. **Changing a flow in a shared app**
128136

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.
130138

131139
1. **Changing a "Title" field in a table**
132140

0 commit comments

Comments
 (0)