
Announcements
I'm building a powerapp that I want the app to show a list of the devices assigned/intune provisioned to the current logged in user?
Is there a simple connector within powerapps that I can use to return these values? IE My Account - Devices (microsoft.com)?
Or should I look into creating a flow with custom graph permissions? Similar to this: MMS Intune Management PowerApp Demo Part 1: Creating the PowerAutomate flows | (modernendpoint.com)
HI @notepadapp ,
It's going to have to be the second option. An MS Graph Security connector exists (https://learn.microsoft.com/en-us/connectors/microsoftgraphsecurity/), but it doesn't seem to contain any actions that fulfil your requirements.