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 / PowerApps people picke...
Power Apps
Answered

PowerApps people picker field not showing data in edit form

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

I have a SharePoint custom PowerApps form. My SharePoint list reached the maximum number of lookup column so I created a people picker in Powerapps but in SharePoint list it is a single line of text column. People picker is working fine in Powerapps and on submit saving the field value in the single line of text column in SharePoint list. However, when I select an item from the list and open the edit form, the people picker field doesn't show the value . Can anyone help me what needs to be done to get people picker value on edit form?

Categories:
I have the same question (0)
  • RandyHayes Profile Picture
    76,299 Super User 2024 Season 1 on at

    @Anonymous 

    What are you storing in the single line of text column in your SharePoint list?  

    If it is the Email address of the person (which it should be), then set the DefaultSelectedItems property of your Combobox in your app to the following:

    { 
     Claims:"i:0#.f|membership|" & Lower(Parent.Default), 
     Department:"", 
     DisplayName:Parent.Default, 
     Email:Parent.Default, 
     JobTitle:".", 
     Picture:"."
     }

     

    I hope this is helpful for you. 

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    @RandyHayes 

    Thank you for the reply. I set the DefalutSelectedItem property. Now the people picker field is showing the value in edit form. However, Email and Phone number fields are not showing value in edit forms. In list, all fields have value. Both are single line of text column and their default property is 

    Email default property is set to peoplepicker.selected.Mail

     

    Phone default property is set to If(!IsBlank(DataCardValue1),
    Concat(Office365Users.UserProfileV2(DataCardValue1).businessPhones,Value&" "))

     

    DatacradValue1 is an email datcard.

  • Verified answer
    RandyHayes Profile Picture
    76,299 Super User 2024 Season 1 on at

    @Anonymous 

    First - What is DataCardValue1?  Second - you should not refer to a control like that, you should refer to the property of that control that you want to get the value from.

    If you have a control called peoplepicker (which you seem to indicate you do in your formula) then your formula should be based off of that selected item.

    If(!IsBlank(peoplepicker.selected.Email),
     Concat(Office365Users.UserProfileV2(peoplepicker.selected.Email).businessPhones,Value & " ")
    )
  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    @RandyHayes 

    Thank you for telling me the best practice. It worked. I really appreciate your help. 

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 356 Most Valuable Professional

#2
11manish Profile Picture

11manish 225 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 211

Last 30 days Overall leaderboard