Hi!
So in your screenshot you show 3 excel rows. And you need all three rows have value set in column B, right?
If so, I would do the following:
-remove 'Apply to each' and all its internal logic
-Add a compose action block just after the 'List rows present on a table', assign it the following expression
length(body('List_rows_present_in_a_table_2')?['value'])
-Add a Filter Array, assign "List rows present in a table" output as its input. Configure the 'Filter array' evaluation as your it is your current Condition
-Add a second compose action block just after Filter Array, assign it the following expression
length(body('Filter_array'))
Now add a Condition action block, to compare both Compose, operator equals
On the true branch send the email
Not on my laptop, didn't have time to test
Hope this helps