Hello
How can I get users department? I need it to use it in my filter.
Can i do it like I get users email with User().Email function?

Hello
How can I get users department? I need it to use it in my filter.
Can i do it like I get users email with User().Email function?
Hi @ppl ,
You can get department via Office365 connector. Use Office365Users.MyProfileV2().department.
Please mark this post as solution, if it answers your query.