Map Transform capitalization independent

Hi!

I have this:

image

Is there any way of making the values independent of its capitalization? For example, that I write "Connected" or "CONNECTED" without the need of adding more values to the map.

Thanks in advance!

I ended up doing an expression and using lower(string) with a map transform.