web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Power Apps need permis...
Power Apps
Unanswered

Power Apps need permission group to populate dropdown menu.

(0) ShareShare
ReportReport
Posted on by 47

I have a Power Apps form with a dropdown menu that needs to be populated with members of a permission group. I was able to make some connection to that group, but I am not able to pull all members of that group. By default, I am only getting 100 members. The list has 152 members in it. Here is the line of code I am using. 

Items ---SortByColumns(Office365Groups.ListGroupMembers("e45802ae-2df1-4ba1-bff1-f186b8519f63",{'$top':999}).value,"displayName", SortOrder.Ascending)---

 

The blue text is the Azure group ID number. The bold black text is the attempt to pull all items in the list. 
The code shows no errors in Power Apps, but still I don't get the whole list. 

I have been working this for a week or so. I am on a tight deadline any help would be greatly appreciated.

 

Thanks!!

I have the same question (0)
  • v-qiaqi@microsoft.com Profile Picture
    Microsoft Employee on at

    Hi @Darren11,

    Try to collect users into a collection:

    ClearCollect(colUsers,Office365Groups.ListGroupMembers("e45802ae-2df1-4ba1-bff1-f186b8519f63",{'$top':999}).value)

    Then sort by displayName.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 541

#2
WarrenBelz Profile Picture

WarrenBelz 434 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 289

Last 30 days Overall leaderboard