How to make Filter to check for case-sensitive words?

Status: Closed · Asked by optired on · 0 views

optired — Question ·

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.

Pabblymember11 — Reply ·

Hey @optired

Have you tried the Contains filter type in the Filter action step for your concern?

e.g. -

optired — Reply ·
Hey @optired

Have 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?

Pabblymember11 — Reply ·

Kindly explain your use case with a short video or a screenshot.

optired — Reply ·

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?

Pabblymember11 — Reply ·

Yes, please allow us some time, we are currently looking into it.

optired — Reply ·

Hi there, just curious if case-sensitive filter can be implemented or there is some technical limitation?

Pabblymember11 — Reply ·

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.

optired — Reply ·
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.

Back to all forum threads · Log in to reply