Hi, I have a combo box that has a SharePoint List (Department) as its data source. 
I have another SharePoint list "Approvers" that has the user email and the Departments he should see on the combo box.

The Dept column is a lookup field to the Department SharePoint list.
How can i ensure that user cy.ot only sees Education and Marketing on the combo box when they log onto the app.
I have been able to retrieve their email on the app under User().Email
Thanks