An Excel attachment arrives in an email box.
A peer has a flow that moves the attachment content to an Excel document in OneDrive.
That flow is formatted so that the Excel 'table' parameters are A:O, rather than A1:O500 (for example).
I have a flow that pulls the content from the OneDrive Excel document and updates SPList1.
As currently formatted (I have no control over fixing the table parameters), this causes SPList1 to have dozens of blank rows.
Is there a way, I my end, that I can filter/query OUT - in my 'List rows present in a table' or elsewhere, the blank rows coming in, so as to not populate SPList1 with dozens of blank rows?
The return is 947 when there are actually only 606 items/rows with content.
How can I update the formula to NOT count the blank rows?