Hi again!
So, Sharepoint List 'Employee' includes at least three columns:
-Employee (Group/person, right?)
-Department (single line of text, right?)
-Approver (Group/Prrson, right?)
Sharepoint List Approvers includes at least two columns:
-Department (single line of text, right?)
-Approvers (Group/person - multiselect, right?)
If so, I guess once you identify the requestor employee, you perform a 'SP Get items' in SP List 'Employee', filter it to get the item representing the Employee, and get its Department.
Then, I guess you will perform a 'SP Get items' in SP list 'Approvers', filter it to get the item representing the Department, and get list of Elegible Approvers
I think we are close to the solution once you confirm my assumptions on Sharepont column types
Thanx!