Hello everyone,
I am currently building a PowerApp where for the people picker fields I do not want to show accounts that end in for instance "account.com" is there anyway to filter the people picker so that when searching a user the emails specified do not show up?
This was my idea but it obviously didn't work,
RemoveIf(Office365Users.SearchUser({searchTerm: pp_DocumentController.SearchText, top:10}), MatchOptions.Contains(Mail = "account.com"))
TIA

Report
All responses (
Answers (