Below you will find pages that utilize the taxonomy term “Office365Groups”
posts
Power Apps: List Members from M365 Groups with MS Graph
Introduction Listing members of Microsoft 365 Groups directly in Power Apps is a powerful way to build dynamic, user-aware business apps. This post shows how to use the Office365Groups connector and PowerFx to retrieve group members and display them in your app.
Scenario Suppose you want to:
Find a specific M365 Group by name (e.g., “Legal Team”) List all members of that group in Power Apps Use the results for permissions, notifications, or reporting PowerFx Formula Here’s how to get the group ID and list its members:
posts
Power Apps: List Owners from M365 Groups with MS Graph
Introduction Listing owners of Microsoft 365 Groups in Power Apps is a powerful way to build dynamic, admin-aware business apps. This post shows how to use the Office365Groups connector and MS Graph API to retrieve group owners and display them in your app.
Scenario Suppose you want to:
Find a specific M365 Group by name (e.g., “Legal Team”) List all owners of that group in Power Apps Use the results for permissions, notifications, or reporting PowerFx Formula Here’s how to get the group ID, list its members, and extract owners: