Trying to extract a table data from outlook email

Hi everyone
I wanna extract a table data from an email in outlook (in a specific folder) and for some reason, it shows that I have 4 emails also, I have only 1 in the folder (at this point).
and all the messages I get (I inserted a ‘message box’, a counter and a couple of ‘write line’ with the data of the table) are empty except the third out of four.
So what I did I inserted an ‘if’ that checks if the count is bigger than 1 (and only then the ‘write line’ will start working and get the data)
Filtering the Properties in the Emails.xaml (30.9 KB)

thanx in advance