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 / How to reload data in ...
Power Apps
Unanswered

How to reload data in ComboBox (People Picker)

(0) ShareShare
ReportReport
Posted on by 2

I have a SharePoint List, which contains two ComboxBoxes (People Pickers) and 2 Lables.:

Screen 1.png

 

When I create information, it saves 100% correctly and it also reloads the information correctly on Edit Mode:

Screen 2.png

 

But when trying to click on Submit again, it shows that I have Validation Errors:

Screen 3.png

 

I honestly don't know what I'm doing wrong here. It's been 2 days now... 😢

 

The Items on the ComboBox is set to:

 

Office365Users.SearchUser({searchTerm:cbToPerson.SearchText,top:10})

 

 

The DefaultSelectedItems on the ComboBox is set to:

 

[If(!IsBlank(ThisItem.'From (Person)'), Office365Users.UserProfile(ThisItem.'From (Person)').DisplayName)]

 

 

The card's Update is set to:

 

cbToPerson.Selected.UserPrincipalName

 

 

Any help would be appreciated. 

Thanks

Categories:
  • alaabitar Profile Picture
    1,503 Super User 2024 Season 1 on at

    Hello,

     

    Is you combo box single or multiple ? If single try also to set the Default property as well.

     

    Best regards,

    Alaa

  • 1icarus2 Profile Picture
    2 on at

    Hi Alaabitar,

     

    Unfortunately this did not resolve the issue. I ended up having to build a huge workaround by using variables and a Timer. 

     

    OnChange of the Combobox:

    UpdateContext({varPersonTest: Concat(cbToPerson.SelectedItems, UserPrincipalName, ", ")});
    UpdateContext({varPersonNamesTest: Concat(cbToPerson.SelectedItems, DisplayName, ", ")});

     

    TimerOnEnd Event:

    UpdateContext({varToPerson: SharePointIntegration.Selected.'To (Person)'});
    UpdateContext({varFromPerson:SharePointIntegration.Selected.'From (Person)'});
    UpdateContext({TimerStart: false});
    Reset(Timer3);
    UpdateContext({varPersonLoad: ForAll(Split(SharePointIntegration.Selected.'To (Person)', ", "), Office365Users.UserProfile(Result).DisplayName).Value});
    UpdateContext({varPersonNamesTest: SharePointIntegration.Selected.'To (Email)'});
    UpdateContext({varPersonTest: SharePointIntegration.Selected.'To (Person)'})

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 395 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 260 Most Valuable Professional

Last 30 days Overall leaderboard