In order to do Role-based Security in PowerApps we can now use the AzureAD connector to return the security groups a user belongs to. However, the command: ClearCollect(colSecurity,AzureAD.GetMemberGroups("user@emai.com",true)) returns only GUIDs (see screenshot), necessitating that a manual lookup table to provide the "displayName" of the Azure security group GUID be created and maintained to make it usable. Please add the "displayName" attribute as well as the GUID to the "GetMemberGroups" return values.
... View more