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 / Trying to display curr...
Power Apps
Unanswered

Trying to display current login user manager photo

(0) ShareShare
ReportReport
Posted on by 95

I'm using this code for OnStart:
Set(
_requestTypeFilter;
"All"
);;
Set(
userEmail;
User().Email
);;
Set(userManager; Office365Users.ManagerV2(userEmail));;
Set(HRManagerEmail; "email@")
;;
Set(FinanceManagerEmail; "email@")
and then typing in image: Set(userManager;Office365Users.ManagerV2(User().Email));Set(userManagerPhoto;Office365Users.UserPhotoV2(userManager.mail))
and it's not showing, what im a doing wrong?

Categories:
I have the same question (0)
  • VishalJhaveri Profile Picture
    1,169 Moderator on at
    // Assuming you have a label named "ManagerPhoto" to display the manager's photo
    
    // On app start or wherever appropriate, retrieve current user's information
    Set(currentUser, Office365Users.MyProfile())
    
    // Retrieve manager's information
    Set(managerInfo, Office365Users.UserProfile(currentUser.ManagerEmail))
    
    // Set the ManagerPhoto control to display the manager's photo
    Set(ManagerPhoto, managerInfo.Photo)
  • Hitogami Profile Picture
    95 on at

    that's chatgpt answer and this is now working as well

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 329 Most Valuable Professional

#2
11manish Profile Picture

11manish 209 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 179

Last 30 days Overall leaderboard