Announcements
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:
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
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 )
Best regards,
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.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Haque 103
WarrenBelz 82 Most Valuable Professional
wolenberg_ 67 Super User 2026 Season 1