This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
[BUG]: PeoplePicker.SelectedPeople JSON parsing error #309
Labels
bug
Something isn't working
Component: PeoplePicker
documentation
Improvements or additions to documentation
👋 needs author feedback
Waiting on a response from the author
Milestone
When a PeoplePicker component is blank (on app start, or after clearing selection), any reference to it (PeoplePicker.SelectedPeople) returns an error "JSON Parsing Error, Expected 'Array' But Got 'Undefined'"
Unlike selecting an empty collection, which would Display "We didn't find any data", Selecting PeoplePicker.SelectedPeople displays "Error".
For reference:
Suggestions_Items:
TBcolMeetingPeopletemp
OnSearch:
ClearCollect(
TBcolMeetingPeopletemp,
Search(
Filter(colHRdata_EmployeeRegistry,!IsBlank(WorkEmail)),Self.SearchText,"FullName")
)
Gallery with Items:
PeoplePicker.SelectedPeople
Returns the error in the screenshot
The text was updated successfully, but these errors were encountered: