I tried the column I am filtering is Name
I tried Name ne null, name ne"" and not(empty(Name))
None work
My flow is a very small simply one but
Recurrence
List Items present in table
Apply to each
Send email
If I dont remove the nulls it still technically works I just get a Failure warning because any nulls, well fail.
It is more just piece of mind thing.
I am able to filter out nulls using a filter array but then it causes other issues as I cant access the Name column and email column properly to send dynamic emails. It creates a second apply to each inside it, and last time that happened I got duplicate emails sent to me.
So i need either a way to access the name email and an end date column after filtering, or a way to filter nulls in the filter query