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 / using Apps People Pick...
Power Apps
Answered

using Apps People Picker field

(0) ShareShare
ReportReport
Posted on by 2,249

I am unable to retrieve the current user login in the people picker field in the Canvas apps SharePoint data source list people picker field.I have also added the office365 users data source connection but unable to populate the users.

Categories:
I have the same question (0)
  • Verified answer
    mdevaney Profile Picture
    29,991 Moderator on at

    @Veblitz 
    Use this code in the OnStart property of the app

    Office365Users.UserProfileV2(User().Email)

     

    Put this code in the DefaultSelectedItems property of the Combo Box.

    If(
     Form1.Mode=FormMode.View,
     ThisItem.YourColumnName
     {
     DisplayName: varUser.DisplayName,
     Claims: "i:0#.f|membership|" & varUser.Email, 
     Department: "", 
     Email: varUser.Email, 
     JobTitle: "", 
     Picture: ""
     }
    )


    ---
    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."

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!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 542 Most Valuable Professional

#2
Haque Profile Picture

Haque 206

#3
Kalathiya Profile Picture

Kalathiya 201 Super User 2026 Season 1

Last 30 days Overall leaderboard