How to make Filter to check for case-sensitive words?
Status: Closed · Asked by optired on · 0 views
Hi there,
How to make Filter to check for case-sensitive words?
I have a data that comes in containing the words: "Confirmed" and "confirmed".
We only want the big C "Confirmed" to continue with the flow.
Hey @optired
Have you tried the Contains filter type in the Filter action step for your concern?
e.g. -

Hey @optiredHave you tried the Contains filter type in the Filter action step for your concern?
e.g. -
Yes, I have tested it, but it is case-insensitive.
How to make it case-sensitive?
Kindly explain your use case with a short video or a screenshot.
In your example, whether you checked for small "h" or big "H", the filter will still pass.
However, I would like the filter to pass for big "H" only and fail for small "h".
Possible?
Yes, please allow us some time, we are currently looking into it.
Hi there, just curious if case-sensitive filter can be implemented or there is some technical limitation?
After discussing with the technical team, they have confirmed that the Filter action step was intentionally designed without case sensitivity. Therefore, it will not consider the uppercase or lowercase variations when applying the filtering conditions.
After discussing with the technical team, they have confirmed that the Filter action step was intentionally designed without case sensitivity. Therefore, it will not consider the uppercase or lowercase variations when applying the filtering conditions.
noted with thanks.