I'm building a flow that pulls a spreadsheet into a list.
However I cannot guarentee that the source spreadsheet (table) WON'T contain empty rows.
I use the Filter Query as:

However it instantly errors with:
{
"status": 400,
"message": "Invalid filter clause: unsupported operation. Only single 'eq', 'ne', 'contains', 'startswith' or 'endswith' is currently supported.\r\nclientRequestId: 0e0f156b-74cf-4f10-97fc-0d16324a41d6",
"source": "excelonline-ase.azconn-ase.p.azurewebsites.net"
}