Skip to content

Can get the properties from the selected user #386

@Mattw112

Description

@Mattw112

This control was very hard just to get working. I have latest installed. The documentation as is doesn't exactly work in Power Apps Canvas apps, doesn't like the add columns with quotes.. but regardless I've tried it all ways.

I do finally have it working and finding people which I select (I only have max set to 1). But in a text box I am putting this:

PeoplePicker1.SelectedPeople, but I dont get anything? I do get an error that SelectedPeople "Expected Text value"? But I've also tried "Selected" and "Suggestions_Selected.DisplayName" and "SelectedItems"... none of them work either.

My Config:
All Persona xyz are set to ""
Only Suggestion ones that aren't "" are SuggestionKey which is "Mail", Suggestionname "DisplayName", and SuggestionRole "JobTitle"

Suggestions_Items is:
Office365Users.SearchUser(
{
searchTerm: PeoplePicker1.SearchText,
top: 20
}
)

Max People: 1
OnSearch: false

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions