
Announcements
I like the employee org template that was provided, however, it is pulling the information from my outlook contacts. I would like to edit these contacts because some users are not active and some don't need to be included at all.
Hi @Anonymous ,
If you want some inactive users or some specific users (Ex: Test1) are not included in the Gallery, try to add some more conditions in Filter condition.
If(!IsEmpty(SearchUser), Sort(Filter(Office365Users.SearchUser({searchTerm:First(SearchUser).Value}), Len(GivenName) > 0 && AccountEnabled && !(Upper(Mail) = Upper("Test1@outlook.com"))), GivenName, Ascending))
Hope this helps.
Sik