Hello Community!
I need your help, please 🙂
I have a gallery in PowerApps to show active users from the active directory. I have the function that returns all active users, but I need to exclude those who have the property Employee ID <> "Contractor." The formula needs to be fixed. Does anyone have an idea about it?
This is the formula:
Filter(Office365Users.DirectReportsV2(User().Email).value, accountEnabled && ('Employee Id' <> "Contractor"))
Here are the screen shoots:

From the Active directory

Thank you so much,
Danie