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 / Unable to save form wi...
Power Apps
Answered

Unable to save form with peoplepicker

(0) ShareShare
ReportReport
Posted on by 149

I have a dropdown that gets its items from a SharePoint list, and with the below in OnChange:

Set(varPrimaryContact,cbCounty.Selected.'PrimaryContact')

 

I have a peoplepicker with the below in DefaultSelectedItems:

If(
 Form1.Mode=FormMode.New,
 {
 DisplayName: Office365Users.UserProfile(varPrimaryContact.Email).DisplayName,
 Claims: "i:0#.f|membership|" & Lower(varPrimaryContact.Email)
 },'Primary Contact_DataCard1'.Default
)

 

My form cannot be submitted when I have the above DefaultSelecetedItems.

If I remove it, the form can be submitted.

 

What could be wrong?

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

    @rohinMVP 

    If your comboBox is based on a person column from your list, then you do not need to re-specify the person record for the defaults.

    Please consider changing your Formula to the following:

     

    If(Form1.Mode=FormMode.New, {cbCounty.Selected.PriamryContact},
     Parent.Default
    )

     

    This assumes your cbCounty Items property is the list (or a filter thereof) and it countains a PrimaryContact column that is a person type.  Also that your column is not defined for multiple people selection.

    There is no need for a variable your control already has the value.

     

    I hope this is helpful for you.

     

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

11manish 393 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 278 Most Valuable Professional

Last 30 days Overall leaderboard