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 / Patching profile pictu...
Power Apps
Answered

Patching profile picture from Office365 to Sharepoint

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hello all,

 

I am struggling with the following: 

 

I have a gallery which has a filter like this, which works fine. 

SortByColumns(
 Filter(
 Office365Users.SearchUser({top: 999}),
 !IsBlank(Department)
 ),
 "Department",
 Descending
)

Now in the OnSelect of the gallery I wish to Patch the Name, Image and Department to Sharepoint. However, it seems like it is not liking the fact that I send the Image with it. In the OnSelect I have this:

 

Patch(
 'Attendance Registration',
 {
 Title: ThisItem.GivenName & " " & ThisItem.Surname,
 Department: ThisItem.Department,
 Registered: "Yes",
 Photo: Office365Users.UserPhoto(ThisItem.Id)
 }
)

 

 

Categories:
I have the same question (0)
  • Verified answer
    RandyHayes Profile Picture
    76,299 Super User 2024 Season 1 on at

    @Anonymous 

    You cannot send/set an image in SharePoint like that.  

     

    If you want the user photo...you can set a field in your list which would be a person column with the user that you want.  That field will then have a photo associated with it automatically.

     

    I hope this is helpful for you.

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 April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 1,070

#2
Valantis Profile Picture

Valantis 639

#3
11manish Profile Picture

11manish 608

Last 30 days Overall leaderboard