I have a flow that gets all items from a SharePoint list, there are 5 items on this list at the moment. I've a condition that checks if the "scheduleddate" is null and if it is sends an email.
However, any record that has not been scheduled yet does not contain a scheduleddate attribute in the JSON, is this a recent change or is something unexpected happening?
Below is a document search result from pasting the JSON body into Notepad++, you'll see there are 4 hits, despite the body containing 5 root items.

The screenshot below identifies 5 items being read from the list.

Here are the parameters (redacted any unnecessary information)
{
"dataset": "siteURL",
"table": "tableID",
"$filter": "Status ne 'Closed'"
}