Hello,
I am trying to build a very simple "Phone list" but since we are a huge organisation, if I use
"Item" =
Office365Users.SearchUser({searchTerm:EmployeeTxt.Text;top:10})
for Vertical Gallery, I get all the listings found in our 365 network which looks up people from all over the world.
I would like to filter based on the .Country or .City parameter but I can't seem to find a working syntax for that. I just begun with the Power Apps so sorry for lame question.
Also:
Is it possible to List out all the people that fulfill the filter criteria in default without a search input? Ex. if the search bar is empty, list everyone with .City="Praha"
Thank you very much,
Jan