Hello all,
I am trying to update an item in a list using the get user photo but am struggling to get the image to display. After using the steps below:
I get this error
The field i am trying to house the profile picture is a hyperlink/picture field but i adon't know how to make use out of the get user photo outputs
$content-type
$content
Solved! Go to Solution.
Hi @skarthanal,
Like @annajhaveri already suggested in this previous thread:
The profile photo is stored in the same place. So, when you know the Winner email you can use a concat function to get the correct profile image URL.
concat('https://domain.sharepoint.com','/_layouts/15/userphoto.aspx?size=L&username=',variable('Winner email'))
Hi @skarthanal,
Like @annajhaveri already suggested in this previous thread:
The profile photo is stored in the same place. So, when you know the Winner email you can use a concat function to get the correct profile image URL.
concat('https://domain.sharepoint.com','/_layouts/15/userphoto.aspx?size=L&username=',variable('Winner email'))
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
28 | |
26 | |
23 | |
17 | |
10 |
User | Count |
---|---|
58 | |
56 | |
29 | |
27 | |
24 |