Hello,
I have the following Filter Statement in my items property of a people pickers field:
Filter(Choices([@Störmeldekarte].FreigabeName); ThisRecord.Email in RenameColumns(LookUp('Verantwortliche Störmeldekarte'; Betriebstaettenverbund.Value = DataCardValue16_1.Selected.Value).Freigeber.Email; "Email"; "Value"))
Benath the same code with the result of the RenameColumns.
As a result I get no items in the dropdown - I can't add any and don't see any.
Someone knows the clue?
P.S.: The result of the whole statement is an empty table
Solved! Go to Solution.
@andiart AFAIK there is still no way to "Filter" a SharePoint PeoplePicker field. You would need to build your own PeoplePicker with the Office365User connector. Have a look at the same question here:
Solved: Filter people picker list - Power Platform Community (microsoft.com)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
@andiart AFAIK there is still no way to "Filter" a SharePoint PeoplePicker field. You would need to build your own PeoplePicker with the Office365User connector. Have a look at the same question here:
Solved: Filter people picker list - Power Platform Community (microsoft.com)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.