Views:

Applies to Product - Power Apps


What’s happening?
Customers are experiencing issues with connecting their applications to various connectors in PowerApps, including Premium SQL Connectors and custom connectors. Specific problems include connection failures due to consent issues and data not displaying in published applications.


Reason:

  • For the Premium SQL Connector, the error message indicates that the user or administrator has not consented to use the application with the specified application ID.
  • For custom connectors, this arises when the application is published; the data does not show up in the published app, indicating a potential problem with the code used to retrieve data from the custom connector.

 

Resolution:
  • For the Premium SQL Connector issue, ensure that the user or administrator provides consent for the application to be used. This may involve sending an interactive authorization request for the user and resource.
  • For the custom connector issue, inspect the code used to retrieve data from the custom connector. If the connector is wrapped incorrectly in the code, it may not display properly in the published app. After correcting the code, republish the app to ensure it works as intended.