Some filters in Clay are not working. In my peoples Table i am trying to filter out all companies that have no SDR but it seems that the filter is not working cause cell that are empty are not recognized as empty
There we go, you should be able to apply a filter now. I updated the field it was extracting so it gets rid of the "empty space" value it printed for those rows. This actually came from your original table, looks like over there it's combining full name with a " " space in between them of course -> Example: {fname} + " " + {lname}But for rows that don't have any values it still adds the empty space and that's what your lookup integration pulled instead, and why it was not considered as empty. Hope this helps!
I asked it to check if the Lookup's result had an empty space instead of a name, if it did then it shouldn't return anything and remove the space in the final column. Otherwise, it will return the name