How i can get the User “Description” field from Active Directory, using none-premium connection?
I have a Power Apps canvas application, and i want to get the User’s Description field from Active Directory.
This field:-
now when i tried the SearchUser() connector, seems the properties i will get do not include the “Description” field, as follow:-
I also tried this connection and it did not provide the Description (which is different from AboutMe property):-
Office365Users.UserProfileV2(User().Email)
So can i get this property with the help of power automate? keeping in mind that most of our users do not have premium license.
Thanks
I have a Power Apps canvas application, and i want to get the User’s Description field from Active Directory. This field:- now when i tried the SearchUser() connector, seems the properties i will get do not include the “Description” field, as follow:- I also tried this connection and it did not provide the Description (which is different from AboutMe property):- Office365Users.UserProfileV2(User().Email) So can i get this property with the help of power automate? keeping in mind that most of our users do not have premium license.Thanks Read More