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 / Refresh Gallery with A...
Power Apps
Unanswered

Refresh Gallery with Azure Security Group as datasource

(0) ShareShare
ReportReport
Posted on by 107

Hi power apps experts,

 

I have a security group to which I am adding and deleting members from my power app.

 

The issue is, I am showing group members using a gallery - items = Office365Groups.ListGroupMembers("xyz123")).value

After deleting or adding a member, the gallery does not get updated..
how do I refresh the gallery?


I tried putting this code on adding members button:

Office365Groups.AddMemberToGroup("xyz123",TextInput1.Text);
Refresh(Office365Groups.ListGroupMembers("xyz123").value)

The refresh part gives error saying: "Only managed connections can be refreshed"

Does anybody know how I can updated my gallery to reflect my changes in real time. The refresh part always works with sql server, but I guess when I use Office365Groups.ListGroupMembers("xyz123") as my gallery datasource, I need to refresh it in another manner.

 

Any help would be appreciated. 🙂

Categories:
I have the same question (0)
  • Al_10 Profile Picture
    1,691 Super User 2024 Season 1 on at

    @SearchingYT 

     

    GetMembersButton.OnSelect =
    ClearCollect(colGroupMembers, Office365Groups.ListGroupMembers("xyz123", {'$top':999}).value)

     

    gallery.Items = colGroupMembers

     

    AddMemberButton.OnSelect =
    Office365Groups.AddMemberToGroup("xyz123",TextInput1.Text);
    ClearCollect(colGroupMembers, Office365Groups.ListGroupMembers("xyz123", {'$top':999}).value)

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 329 Most Valuable Professional

#2
11manish Profile Picture

11manish 209 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 179

Last 30 days Overall leaderboard