Hello everybody
On office users DisplayName I have > Surname, Name
But when I type comma, it stops filtering
How can I solve that?
Also, how can I filter office365SearchUserV2 with Email or DisplayName for example?
Thank you in advance!
Hi @logost1agow ,
I tend to use this
Office365Users.SearchUser({searchTerm:Self.SearchText, top:999})
which will filter on the start of either first or last name (but you can only set one of DisplayName or Email in the search criteria)
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.
MVP (Business Applications) Visit my blog Practical Power Apps
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.