how can I have the Filter for case insensitive? this “contains” seems it needs the exact words
Hey, use matches regex and type \Data Engineer\i , the i at the end makes it case insensitive.
Mark as Solution if it helps ![]()
Hey @TH1 hope all is good.
Use {{ $json.title.toLowerCase() }} and then for the value just type “data engineer”.
You are using an expression already, so just lower case the input (with .toLowerCase()) and compare it to the value in lower case.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.
