Hey Power Automate Gurus!
I'm building my first flow, and loving the function so far.
The goal of the flow is this:
>>From Form submission, write fields to Excel in Sharepoint (Add Rows in Table)
>>In Excel Table, use VLOOKUP to populate additional columns employee and supervisor name from employee ID
>> List Rows in Table
>>Use the Select Data Operation to convert VLOOKUP fields to Text output
>>Generate an e-mail upon each new Row entry, containing converted VLOOKUP & standard fields in the subject and body.

I've got the core function of all the steps working great.
BUT, have run into an issue where the flow is generating an e-mail for every single row in a spreadsheet each time a new row is added.
I think this is caused by the second Apply to Each criteria that is being auto-added. I just don't know how to fix it, because both converted VLOOKUP text and regular excel cell text are needed for these e-mails.
Can anyone offer any tips?