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 / Question about AzureAD...
Power Apps
Answered

Question about AzureAD Connector

(0) ShareShare
ReportReport
Posted on by 147

Hello everyone,

is it correct that there is no longer an AzureAD Connector?

Does everything have to run via Microsoft Graph now?

 

It's actually just a matter of listing all distribution groups in my Powerapps

Categories:
I have the same question (0)
  • LewisCarrDev Profile Picture
    8 on at

    Are you trying to access user Information in a Canvas App?

     

    Screenshot 2024-03-13 143438.png

    Screenshot 2024-03-13 143452.png

    If I have answered your question, please mark your post as💡Solved.💡


    If you like my response, please give it a Thumbs Up!👍


    👉🔗Power Platform Lewis👈

  • memphis11 Profile Picture
    147 on at

    But the top one is a premium functionality, I wanted to avoid that

     

    How can I list all groups including members with the Office365 Connector?

  • memphis11 Profile Picture
    147 on at

    Another question: can I write different collections, see examples (but only the respective collection name) into another collection?

    So on the one hand I would list all members of a group and on the other hand I would have every group in a collection

     

    Also: Collection:vl_123;vl_234;vl_345;...)


    This collection, i.e. actually just the names of the different collections, should then be listed in a dropdown field

    ClearCollect(vl_123;'Office365-Gruppen'.ListGroupMembers("...";{'$top':999}).value);;
    ClearCollect(vl_234;'Office365-Gruppen'.ListGroupMembers("...";{'$top':999}).value);;
    ClearCollect(vl_345;'Office365-Gruppen'.ListGroupMembers("...";{'$top':999}).value);;

    ClearCollect(vl_456;'Office365-Gruppen'.ListGroupMembers("...";{'$top':999}).value);;
    ClearCollect(vl_567;'Office365-Gruppen'.ListGroupMembers("...";{'$top':999}).value);;
    ClearCollect(vl_678;'Office365-Gruppen'.ListGroupMembers("...";{'$top':999}).value);;

  • Verified answer
    memphis11 Profile Picture
    147 on at

    Hello,
    in case anyone has the same problem.
    I fixed it like this:

     

    As already mentioned, I have written each group into a collection
    ClearCollect(vl_123;'Office365-Gruppen'.ListGroupMembers("...";{'$top':999}).value);;
    ClearCollect(vl_234;'Office365-Gruppen'.ListGroupMembers("...";{'$top':999}).value);;
    ClearCollect(vl_345;'Office365-Gruppen'.ListGroupMembers("...";{'$top':999}).value);;


    I then created a new collection:
    ClearCollect(vl_ALL_Distribution;
    {Name: "vl_123";ID:"4195343f-12345678"};
    {Name: "vl_234";ID:"75cf6ec0-24356789"};
    {Name: "vl_345";ID:"e2220609-234567890"}

     

    I then put this collection name: "vl_ALL_Distribution" in the dropdown field

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 514

#2
WarrenBelz Profile Picture

WarrenBelz 419 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 295

Last 30 days Overall leaderboard