Nocodb node with filter for null value getAll operation

Hello I am reteriving rows from nocodb project and I like to filter rows that has Status Column with null value. Currently the node has Filter By Formula option, and below works to filtering rows with Status New.
(Status,eq,New)

I can not figure out how to filter rows that have Status null.

Hey @roozbehk,
welcome to the community :tada:

I just gave it a shot and it seems to work using (Status,is,null)

2 Likes

Thank you so much!

1 Like