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 / How to set current log...
Power Apps
Answered

How to set current logged user as default value of person or group field

(0) ShareShare
ReportReport
Posted on by 257

I need the logged user to be the default value of the person (Employee)field in my form anybody can support please what formula should I use in the default selected items of the employee data card:

2019-12-29 12_15_59-Working Hours Tracker (WhT) Web Application - Saved (Unpublished) - Power Apps -.png

I have the same question (0)
  • PowerBack19 Profile Picture
    679 on at

    There is a "User()" function you should be able to leverage. Here is additional information: https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/show-current-user

  • Verified answer
    v-yutliu-msft Profile Picture
    Microsoft Employee on at

    Hi @gme-eg ,

    Do you want to set the person field's defaultselected value?
    If so, please set the combo box's DefaultSelectedItems:

    If(
     Form1.Mode=FormMode.New,
     {
     DisplayName: User().FullName,
     Claims: "i:0#.f|membership|" & Lower(User().Email)
     },
     Parent.Default
    )

    12303.PNG

     

     

     

    Best regards,

  • Ghada Mehrez Profile Picture
    257 on at

    Thanks it works

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

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 762

#2
11manish Profile Picture

11manish 640

#3
Valantis Profile Picture

Valantis 548

Last 30 days Overall leaderboard