All,
I have a combo box that uses Office365Users to fill. I want to limit this to only people in my City. I can do this like this, Filter(Office365Users.SearchUser({searchTerm:cbName.SearchText,top:15}),City="Atlanta") but then the drop down part is not populated. I thought maybe I could use the App=OnStart with ClearCollect(MccNames,Filter(Office365Users.SearchUserV2({searchTerm:""}).value,City="Atlanta")) which does create a collection but when I put that collection for the Items in the Combo box it only shows the 5 like in the collection preview.
Anybody have any ideas how I can make this work?
Thanks