Goal of my flow: Daily process - Copy data from one file to another and then send emails to people listed in the excel file. New file is provided daily.
Current Issue: Flow gets stuck on condition (at Step 6 listed below) where I want the flow to only send emails to rows with data (not blank rows).
Flow Steps
1. Set a variable for later use: "CurrentRow" set to integer 2.
2. Take new excel file and convert raw data into table.
3. List rows in table
4. Copy data to excel template with 'Update a row' action (this uses the "CurrentRow" variable)
5. List rows of new template table
6. For each row that is not blank, send an email to the EmailAddress field.
I must make my initial table much larger than needed so it will capture the daily list I get of people to email (list is always less than 50 so my table is set to go to row 100 to be safe). The flow seems to get stuck with the extra empty rows.
How do I get my flow to send emails to only rows with data?
Flow image:

Condition image:
