Views:

Applies to Product - Power Apps


What’s happening?
Customers are unable to identify canvas apps and flows that are connected to external tenants within their environment.


Reason:
The current functionality does not support the identification of external tenants or external apps connected to the customer's tenant. The existing features only allow for the identification of apps from the customer's tenant that connect to other tenants' data.


Resolution:

  1. Launch PowerShell with administrator privileges.
  2. Execute the following commands to install the necessary modules:
  3. Install-Module -Name Microsoft.PowerApps.Administration.PowerShell
  4. Install-Module -Name Microsoft.PowerApps.PowerShell -AllowClobber
  5. To output tenants other than your own domain, run the following command:
  6. Get-AdminPowerAppConnection | select-object -ExpandProperty Internal | select-object -ExpandProperty properties | select displayname, apiId, accountName, createdBy | where-object displayname -like "*@*" | Export-Csv connections.csv -Encoding <encoding>
  7. Click on the connections to verify the external connections identified.
  8. If no connections are displayed, it may indicate that there are no external connections established or that the account permissions are insufficient to view the connections. Further investigation may be required to confirm the account's permissions and the existence of connections.
If additional assistance is needed, please reach out to the support team for further guidance.