Hi all — Is the ‘contains keywords’ operator still available?
I’m looking to set up a simple condition that’s case insensitive, but can’t find the ‘contains keywords’ operator.
My goal is to simply say "When the OpenAI response contains ‘yes’, or “Yes”, or ‘yes.’, run this step. (without creating a chain of OR statements)
Much appreciated!
Your ...message content
is a text type?
Yes, that’s correct @artemzheg
I feel like I’ve only seen contains (keywords)
in search constraints but not an expression like you’re doing.
Could try: message content:filtered:is not empty
and see if it is an option in the filter as a constraint
1 Like
In addition to Tyler, contains keywords
sometimes can really be missing even with correct data type.
Just found another one example:
3 Likes