Announcements
I want the list of users to appear in my items property, which belongs to a specific group: "Remote"This group exist in Office365, and I tried adding the office365Groups connector, however unable to filter it.Currently it displays all the users, and allows me to search for any text. I need an extra filter to display only this group members.
Hi @Nilo_1792 ,
You could use this formula to list group members:
Office365Groups.ListGroupMembers(LookUp(Office365Groups.ListOwnedGroupsV3().value,displayName="Remote").id).value
Best Regards,
Bof
Thanks, this gives me the list of Group members, but I also want to be able to search for name in the text value, and match with the list of members in this group.
Please try:
Filter(Office365Users.SearchUser({searchTerm:tbSearch.Text}),DisplayName in Office365Groups.ListGroupMembers(LookUp(Office365Groups.ListOwnedGroupsV3().value,displayName="Remote").id).value.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.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 381 Super User 2026 Season 2
Mohsin Ali 340
WarrenBelz 187 Most Valuable Professional