Question

The "Contains" Filter condition continues even if there is no space before the letter.

  • 23 July 2023
  • 1 reply
  • 41 views

Userlevel 1
Badge

Dear community,

 

It seems that using the filter “contains” and then using input “ x “, i.e. space before and after also executes to true even if there is no space before the letter in the relevant variable. For example, “Alex” continued. 

 

Is there any other way how to configure the Zapier filter step rather than having to use Code?

 

Many thanks!


1 reply

Userlevel 7
Badge +6

Hi there @greenhouseautomation,

The "Contains" filter operates by scanning entire strings and individual characters without considering spaces. If you designate " x ", it will disregard the spaces and look for the character "x" everywhere it can. 

If you're looking for a more precise match, you might consider using the "Exactly matches" filter instead. This filter will only return true if the field's content is exactly the same as the input, including spaces.

Hopefully, this helps! 😊

Reply