I observed that text comparison for 'contains' is case-sensitive. how can I convert to Upper/Lower case so that I still get the exact match regardless of case.
Adding the function reference:
toLower | Converts a string to lowercase. For example, this function returns two by two is four :
Parameter number: 1 Name: String Description: Required. The string to convert to lower casing. If a character in the string does not have a lowercase equivalent, the character is included unchanged in the returned string. |
toUpper | Converts a string to uppercase. For example, this function returns TWO BY TWO IS FOUR :
Parameter number: 1 Name: String Description: Required. The string to convert to upper casing. If a character in the string does not have an uppercase equivalent, the character is included unchanged in the returned string. |
From here.
Regards,
Michael
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
Did you know that you could restore a deleted flow? Check out this helpful article.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
21 | |
18 | |
11 | |
11 | |
8 |
User | Count |
---|---|
31 | |
27 | |
26 | |
20 | |
11 |