Hi all,
I'm following https://docs.microsoft.com/en-us/power-apps/developer/data-platform/virtual-entities/create-virtual-tables-using-connectors to pull data from SQL into a virtual table. I have followed all the steps, but when viewing the table "Entity Catalog for <connector>", it shows an error under the data tab -
APIM request was not successful : Forbidden : tokenexchange
When viewing the HTTP request from the browser, the response expands to
{"error":{"code":"0x80040224","message":"APIM request was not successful : Forbidden : tokenexchange","@Microsoft.PowerApps.CDS.HelpLink":"http://go.microsoft.com/fwlink/?LinkID=398563&error=Microsoft.Crm.CrmException%3a80040224&client=platform","@Microsoft.PowerApps.CDS.TraceText":"\r\n[Microsoft.Xrm.DataProvider.Connector.Plugins: Microsoft.Xrm.DataProvider.Connector.Plugins.ConnectorRetrieveMultiplePlugin]\r\n[ac343ee9-84b6-ec11-9841-0022481b4478: External plug-in implementation]\r\n\r\n","@Microsoft.PowerApps.CDS.InnerError.Message":"APIM request was not successful : Forbidden : tokenexchange"}}

Has anyone come across this before? I have seen it this week in a couple of tenants and haven't been able to work out a fix.