
Hi all,
Would like to populate the employee list based on department.
I no idea how to be using Office365Users.SearchUser()
Thank you in advance.
Hi @KVSB06 ,
Please try this:
Filter(Office365Users.SearchUser(),Department=firstComboBox.Selected.***)
Best Regards,
Wearsky