Case sensitive for Select item

Hi,

I have to select an item in a list and I don’t want to deal with upper and lower cases (because in this list some words begin with a capital letter and some others not) and I am searching for the better solution to handle this.

I found that there is a new feature to make selectors not case sensitive, by adding this : " casesensitive:=‘true’ ". But I am not sure this is feasible with the Select Item activity.

Do you know how to proceed please ?

Thanks in advance,

Mélanie.

Hello, @melanie

I have never used that feature you mentioned, but I’ve dealt with that exact same problem last week in work, my strategy was to compare both strings using the method .ToUpper, that way both will be compared based on the characters and the original format (upper and lower cases) stays the same.

Happy Automation :robot:
Hugo Varela