Filter for “Not In” Scenarios in Power Apps

Power Apps is equipped with a lot of great functions. Unfortunately, Not In is not an available function but there are ways to get the same result. In the example below, there are a list of users in a gallery. The list is displayed by the following code entered in the Items box for the gallery:Office365Users.SearchUser({searchTerm:txtSearch.Text})where txtSearch is the name of my search field.Read More…