Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Answered

People picker - assign a specified user

(0) ShareShare
ReportReport
Posted on by 247

Hello,

 

I have a SharePoint list and then I am using the SharePoint PowerApp form and I would like at the SharePoint List column "assignee" to assign a person of my choise. how this can be done at the PowerApp form?

 

thank you in advance..

Categories:
  • kouliscon Profile Picture
    247 on at
    Re: People picker - assign a specified user

    thank you @mdevaney  that worked great!!

  • Verified answer
    mdevaney Profile Picture
    29,987 Super User 2025 Season 1 on at
    Re: People picker - assign a specified user

    @kouliscon 

    I showed you how to add John Doe in my previous post.  Please follow my instructions.

     

    Note: John Doe must be an employee in Office 365 to add him.  You can’t fill-in SharePoint with some made up name of a person with no account.

     

    ---
    Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."

  • kouliscon Profile Picture
    247 on at
    Re: People picker - assign a specified user

    thank you @mdevaney 

     

    following another post I did:

     

    at the Default and DefaultSelectedItems of a New form I added:

     


    '@odata.type': "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser", 
    DisplayName:User().FullName, 
    Claims:"i:0#.f|membership|" & Lower(User().Email), 
    Department:"", 
    Email:User().Email, 
    JobTitle:"", 
    Picture:"" 
    }

     

    which it does add my user but as i mentioned i need to add John Doe.

     

    any ideas?

  • mdevaney Profile Picture
    29,987 Super User 2025 Season 1 on at
    Re: People picker - assign a specified user

    @kouliscon 
    Put this code in the DefaultSelectedItems value of the people picker

    {'@odata.type':"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser",
     Claims:"i:0#.f|membership|johndoe@yourcompany.com",
     Department:"",
     DisplayName:"John Doe",
     Email:"johndoe@yourcompany.com",
     JobTitle:"",
     Picture:""
     }

     
    Set the Update property of the people picker to:

    ComboBox_PeoplePicker.Selected

     

    Finally, change the Visible property to:

    false

     

    ---
    Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."

  • kouliscon Profile Picture
    247 on at
    Re: People picker - assign a specified user

    I would like to have the field at powerapp form hidden and then when the form is completed to apply John Doe at the SharePoint list People column.

     

    I don't know where this needs to be done:

    1) PowerApps form

    2) with a powerapp flow?

     

    thank you

  • mdevaney Profile Picture
    29,987 Super User 2025 Season 1 on at
    Re: People picker - assign a specified user

    @kouliscon 

    You would simply click the people picker, type in a name, select the person, the click Save on the form.

     

    If this is not what you needed please explain in greater detail AND provide screenshots. 

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,524 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,906 Most Valuable Professional

Leaderboard