I have an app that will display groups that you are an owner.
//Office365Groups.ListOwnedGroupsV2().value//
The gallery displays the members from that group
//Office365Groups.ListGroupMembers(ComboBox1.Selected.id).value//
I have added a button to add users to the group.
I'm having trouble finding a solution to refresh the gallery. Refresh(datasource) doesn't work for groups. Does anyone have any suggestions?
Did you find a solution for this? I'm trying something similar
As a long shot, I tried the following without success.
Thanks for your suggestion but unfortunately that doesn't work 'Expected a record or table value)
hey
use Refresh(Galleryname)
Let me know if my answer helped solving your issue.
If it did please accept as solution and give it a thumbs up so we can help others in the community.
Greetings