Not sure if this helps anyone but I found that trying to search a multiperson column only worked when I typed the full name in my text input. Partial entry worked fine in a single person column. My solution was to switch to Filter(ThatDataSource, TextInputBrowseSearch.Text in Concat(YourPeopleColumn.DisplayName, DisplayName)) instead of just Filter(ThatDataSource, TextInputBrowseSearch.Text in YourPeopleColumn.DisplayName). Now I just need to enter part of their name for it to filter correctly.

Report
All responses (
Answers (