Hello,
I'm trying to build a flow that counts comments from a table distributed daily via email (example below):

The idea would be to count rows where comments were provided (total variable value) and then look for some other words than "Reporting Available" (missing variable value). By dividing the missing by the total I would have a fault ratio (ratio variable).
Having that in place solution should be adding rows to a table each time when e-mail arrives (picture 2).

I have stuck with counting the occurrences within the table. Any ideas on how to move-on are more than appreciated.