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 / People Picker field no...
Power Apps
Answered

People Picker field not patching to SharePoint List anymore

(1) ShareShare
ReportReport
Posted on by 545
I have an app that has worked fine for few months now but I discovered today an issue in that it is no longer patching a people picker field to a SharePoint list.
 
My people picker field - Name of Supervisor - has a defaultselecteditem formula as follows:
 
If(varRole = "Staff",  
    {
        DisplayName: User().FullName,
        Claims: "i:0#.f|membership|" & Lower(User().Email)
    },
    ThisItem.'Name of Supervisor'
)
 
 
This field is populating correctly with the current user logged in - this part is all good.
 
BUT it doesn't seem to patch to SharePoint anymore (it used to without an issue) when my submit button is pressed - a
snippet of the onselect formula of my button (it is long and complicated!)
 
Patch(
            'Information',
            Defaults('Information'),
            Details.Updates,
            Contacts.Updates,

.....
My field resides within the Details Form so not sure why it cannot suddenly patch the value!
 
Categories:
I have the same question (0)
  • WarrenBelz Profile Picture
    155,972 Most Valuable Professional on at
     Assuming Name of Supervisor' is a Person field, try patching the full table
    If(
       varRole = "Staff",  
        {
          
          Claims: "i:0#.f|membership|" & Lower(User().Email),
          Department: "",
          DisplayName: User().FullName,
          Email: User().Email,
          JobTitle: "",
          Picture: ""
       },
       ThisItem.'Name of Supervisor'
    )
  • RM-30040732-0 Profile Picture
    545 on at
    Thanks, sorry yes it is a person field.
     
    This unfortunately hasn't worked either. I can still see my user is populating within the app fine, but still not patching that through to SharePoint
  • Verified answer
    RM-30040732-0 Profile Picture
    545 on at
    Found a solution - I added an extra part to the patch statement on my button which seems to now carry across the user populated in the field correctly:
     
    Patch(
                'Information',
                Defaults('Information'),
                Details.Updates,
                {'Name of Supervisor':DataCardValue26.Selected
                },
                ContactInformation.Updates,
     

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

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 305 Most Valuable Professional

#2
11manish Profile Picture

11manish 212

#3
Valantis Profile Picture

Valantis 167

Last 30 days Overall leaderboard