Hello!
I have an excel workbook that contains two tables - one is a list of people and their email addresses (staff table), and another is a table that contains what bounty each person earned each day (bounty table).
I am trying to build a flow that loops through each person in the staff table, and then sends them a filtered version of the bounty table showing just the rows that contain their email address.
I have created an 'Apply to Each' that goes through each row of the staff table, but where I'm getting stuck is how to filter the Bounty Table. If I use the Filter Array action to try and take the values of the List Rows in Bounty Table action and filter the Email Address field, it creates another For Each, so I think I'm doing something wrong.

I'm not sure where to go next! If it is easier, I can set up the Excel workbook different so that excel creates seperate tables for each person and then I can loop through the worksheets and email each person their individual worksheet, but I'm also struggling with the same issue when trying to do that.
Let me know if you need any more info, I'm a beginner so I don't even know what I don't know here. Thank you!!