Closed hiroyuki0415 closed 2 months ago
There seems to be something strange about the solutioncomponent
entity which means it doesn't return the expected names for the related solutionid. I'll address this in the next update by hiding the virtual ___name
attributes from this entity, so you'll need to change the query to:
SELECT s.uniquename,
sc.objectid
FROM solutioncomponent AS sc
INNER JOIN solution AS s
ON sc.solutionid = s.solutionid
WHERE s.uniquename IN ('msdyn_PowerAppsChecker');
When I run this SQL I get the below error: