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
Join digitally, March 2โ4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
Power Platform release plan for the 2021 release wave 1 describes all new features releasing from April through September 2021.
User | Count |
---|---|
34 | |
16 | |
15 | |
12 | |
9 |
User | Count |
---|---|
36 | |
26 | |
17 | |
7 | |
7 |