i'm trying to filter user details who comes under manager who is logged in ... any idea.?
Solved! Go to Solution.
Hi @abhi2 ,
You can use Office365Users.DirectReportsV2(User().Email).value.mail code to get all direct report Emails of login users, then use Filter function to filter the record that that the email column value belongs to the direct report.
Please try this:
Filter(Table, EmailColumn in Office365Users.DirectReportsV2(User().Email).value.mail)
Hope this helps.
Sik
Hi @abhi2 ,
You can use Office365Users.DirectReportsV2(User().Email).value.mail code to get all direct report Emails of login users, then use Filter function to filter the record that that the email column value belongs to the direct report.
Please try this:
Filter(Table, EmailColumn in Office365Users.DirectReportsV2(User().Email).value.mail)
Hope this helps.
Sik
User | Count |
---|---|
256 | |
111 | |
95 | |
48 | |
41 |