First, why are you having them type in something IN the combobox that you are loading. You should have a Search TextInput
What are the people typing in the ComboBox to search on??? I would recommend that you add a Search Text Box. Then you would do this
1. I added a TextInput called Search
2. i added a ComboBox calledEmailAdresses
In my ComboBox Items I put this
Filter(Office365Users.SearchUserV2({searchTerm: Search.Text}).value, OfficeLocation <> "OfficeA" And OfficeLocation <> "OfficeB")
And there you have it.
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.