My table has several empty rows. I want my flow to ignore those. The excel column I'm testing on is called Project Reference.
I have typed the following filters:
Project_x0020_Reference NOT ISNULL
Project_x0020_Reference NOT NULL
Project_x0020_Reference NOT ''
Project_x0020_Reference NOT [null from the expressions tab].
All of these return an error. What am I doing wrong?