Hello,
I am working on a weekly reminder flow for items that are pending approval. For the sake of testing, I'm manually triggering it. Even though my SharePoint list currently has no open items to be approved, the Length statement is registering as 1 which causes an empty email to be sent. I would appreciate if someone could take a look at my flow steps and expressions and let me know what I am doing wrong. Thanks!
I've tried writing the Filter Query with eq the two statuses where something would be considered pending. This doesn't generate a different result from the outcome of the steps below.

I've tried writing the Length statement with just 'Get_items', 'Get_items/body', and 'Get_items/value'. The result generated is always 1.

The first Output in email step is the Compose statement, the second is the html table.

The result of the email is an item count of 1, but no html table showing any items. Why is it computing as 1 when there are no open items? I'm hoping I'm just missing something obvious and that it isn't a bug. Thanks in advance for your help.

Kind regards,
Teresa