I created a PowerApp and used the SharePoint template. In the first form you will see all the list items. In each list item there is some column of the type "People or group". How can show on each item the profile picture?
Something like in the combobox for a SharePoint column of type "People or group".
See below the expected behaviour. Foreach item I would like to show the profile picture of the column "Persoon".
Solved! Go to Solution.
Hi @dreamsat ,
You can Use Like below. for people filed.
First(ThisItem.Candidate.Picture).Picture
Thanks,
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
Hi @dreamsat ,
You can Use Like below. for people filed.
First(ThisItem.Candidate.Picture).Picture
Thanks,
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
User | Count |
---|---|
252 | |
106 | |
96 | |
50 | |
39 |