Help

Re: Need to Return Records with an Empty Field

Solved
Jump to Solution
2847 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Matthew_Ross
5 - Automation Enthusiast
5 - Automation Enthusiast

I hope that this is not a topic that has been answered already but in my searching what I found is that there are several ways to filter out empty fields but in my use case I want to keep the records that are empty in certain fields.

I have had success using NOT({Field Name} = " ") and some success using IF and SEARCH in various forms but they are all getting rid of the fields that are empty rather than keeping the ones that are empty. For clarity’s sake let’s say the records have a likes icecream and the people who don’t like icecream have nothing in that field. I want to be able to filter out the ones that do have something and keep only the ones that don’t.

If anyone has any suggestions it would help a lot (also I am doing this via API).

10 Replies 10

I also got it working via Shortcuts on iOS so thats awesome :slightly_smiling_face: