Hello,
I am trying to build a very simple contact list for our branch with a search field and a gallery.
There are thousands of employees all over the world which I don't want to show at all.
For the gallery Items I used this syntax:
If(EmployeeTxt.Text=""; Office365Users.SearchUser({top:999});
Filter(Office365Users.SearchUser({searchTerm:EmployeeTxt.Text; top:200}); AccountEnabled=true; CompanyName="POCR"))
Is there a way to limit the O365 connector to just CompanyName="POCR" somewhere on the input so it doesn't have to filter in thousands and thousands of lines? Or is there a way around it?
Thanks for your input.
WarrenBelz
146,605
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,946
Most Valuable Professional