I have 2 SP list namely EmpList and OvertimeRequest,
EmpList has the following fields: employee_name, level1approver, level2approver, level3approver).
OvertimeRequest has the following fields: emp_name, level1approvstat,level2approvstat,level3approvstat
What I want to happen is to send a daily email to approvers who have pending items in the OvertimeRequest SP list. The flow that I want to happen in power automate is:
Flow checks for items in OvertimeRequest who has "Pending" as status in either level1approvstat, level2approvstat, level3approvstat -> Flow then retrieves the current approver based on level from EmpList through the common id employee_name and emp_name (in a way cflow checks emplist on who is the current approver for a specific employee based on level) ->flow then sends an email to appropriate approver
Apologies if this is too basic, but I can't seem to make it work. Thanks in advance for the help.