toLowerCase
The toLowerCase task converts all the characters of an input string to lowercase. This task does not affect any characters that are already in lowercase.
Potential use case
This task returns a new string in which all the characters are converted to lowercase. You could use this method if a southbound database required a specific field to have all lowercase characters.
Properties
Example
In this example:
- The incoming variable for
stris provided by the output of theNewVariable:myVariablereference task, located in another workflow. - The reference variable provided by the reference task is
value, which is a string containing uppercase characters (for example, “Itential, LLC”). - The string
valueis converted to lowercase characters and thelowercaseStringoutput will read as “itential, llc”.
