I have a powerapp created where i can search for employees and view their employee info. It is linked to our Office365. I want to filter out all employees who have their account disabled and I am having issues doing that.
I have a search box where i can type in a name and then i hit the search button. It then brings up a list of employees. That works fine, but i want to filter that list to not include disabled accounts. This is the code on the search button
If(Len(TextInputSearchUser.Text) > 0, ClearCollect(SearchUser, TextInputSearchUser.Text), Clear(SearchUser))
Any help would be appreciated. Thank you

Report
All responses (
Answers (