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 / Submiting form with pe...
Power Apps
Answered

Submiting form with people picker not updating in SharePoint

(0) ShareShare
ReportReport
Posted on by 68

Hi everyone,

 

I have a SharePoint list with a people picker column type. In the PowerApps I want to update an item selected from a galley using form. After editing all fields, including selecting a person from the people picker, I'm using a bottom to submit the form. All the fields are updated in the SharePoint list except the one with the people picker. Any idea on how to solve this?

 

Thank you!

Categories:
I have the same question (0)
  • Mira Ghaly Profile Picture
    11,415 Moderator on at

    @soraiataipa 

    On the Items property of your Person DropDown are you using office365users? Like below

    Filter(Office365Users.SearchUser({searchTerm:Person.SearchText}))

    and on the Update Property of the Data Card use below

    If(!IsBlank(personControl.Selected.Mail)&&!IsEmpty(personControl.Selected.Mail),{'@odata.type': "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser",
     Claims:"i:0#.f|membership|" & Lower(projectplanmanager.Selected.Mail),
     Department:"",
     DisplayName:personControl.Selected.DisplayName,
     Email:personControl.Selected.Mail,
     JobTitle:".",
     Picture:"."},{'@odata.type': "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser",
     Claims:"i:0#.f|membership|" & Lower(ThisItem.PersonfieldInsharepoint.Email),
     Department:"",
     DisplayName:ThisItem.PersonfieldInsharepoint.DisplayName,
     Email:ThisItem.PersonfieldInsharepoint.Email,
     JobTitle:".",
     Picture:"."})

     

  • soraiataipa Profile Picture
    68 on at

    Hi @Mira_Ghaly 🙂 

     

    Thnk you so much for your reply and help.

     

    I'm facing an issue in the firts part. 

     

    When adding the formula to Items property of the Person DropDown:

    Filter(Office365Users.SearchUser({searchTerm:Person.SearchText}))

     

    it appears the following error:

    invalid number of arguments: 1 received, 2 or more expected.

     

    After I've tried to change "Person" to the name of the column in SharePoint and to the datacard name and the error continues.

     

    Any idea how can I fix it?

     

    Thank you so much!

  • Mira Ghaly Profile Picture
    11,415 Moderator on at

    @soraiataipa 

    Please use below instead

    Office365Users.SearchUser({searchTerm:dropdown.SearchText})
  • Verified answer
    soraiataipa Profile Picture
    68 on at

    Thank you @Mira_Ghaly.

     

    I've removed the form and add it again and now when an edit the item, all content is update in the SharePoint list, including the people picker content. Didin't make any change in the dropdown of the people picker. Maybe it was a temporary bug.

  • shakeel_fcc Profile Picture
    10 on at

    Can you please elaborate it?

     

    Actually, I am having the same issue that the form is not updating on the SharePoint list and give an error "Network error when using Patch function: The requested operation is invalid"

     

    I have an optional people picket in the form, when I select a user in the Office365User people picket datacardvalue the form submits and updated on the SharePoint list without any problem but if I kept the people picker blank and fill the rest of the form, I got that error.

     

    Could you please help how to submit the form when the people picker is empty or no user selected?

     

    Thanks.

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
11manish Profile Picture

11manish 505

#2
WarrenBelz Profile Picture

WarrenBelz 502 Most Valuable Professional

#3
Haque Profile Picture

Haque 324

Last 30 days Overall leaderboard