I have a user who is getting an empty array for every query made via the webapi in my PCF control. The user has the same roles as other users in their team who are not having any issues.
When I inspected the requests in devtools, I can see they are all querying the https://orgname.crm.dynamics.com/api/data/v9.0/new_entity with 9.0 in the url. If i change this to 9.2, e.g. https://orgname.crm.dynamics.com/api/data/v9.2/new_entity the latest version that is listed on the developer resources page that user is getting data returned. The older 8.x version APIs also work for that user.
It might be that I need to resolve whatever issue is causing that user to get no data back from the v9.0 api, but is there any way that I can control which version my PCF control is querying?

Report
All responses (
Answers (