Hi
I want to get Azure AD group members to a drop down list of power apps. I'm trying to get it from Power automate since I read users will need Azure admin right if I to use the below code on Power apps. I haven't tested it yet with non-admin user
AzureAD.GetGroupMembers("GroupId").value If admin right is required. then I need to get it from power automate .
here is what I have done so far but I'm unable to retrieve the final output to Power Apps.
Any idea how to set the condition. I need to send the 'members' as output. Any idea