I am trying to create an approval workflow based off of two separate lists.
On my first list I have users submitting their weekly Time Sheet. One of the SharePoint columns they write to is a People Picker that they use to select their profile.
The Second List has multiple people picker fields. One of the fields is the 'Submitter' people picker. My thought process is to setup this list so the site admin can update the list with new employees. Those employees have specific users that would approve their time sheet.
So if User A submits, Approver A is selected within the flow. If User B submits, Approver B is selected to receive the approval email.

I need to filter my approvers list based off of whatever claims profile is submitted on my time sheet list.
Thanks!