The toUpperCase task converts all characters of an input string to uppercase. Characters that are already uppercase are not affected.
Use this task when a southbound database requires a specific field to have all uppercase characters.
In this example:
str is provided by the output of NewVariable:myVariable, a reference task located elsewhere in the workflow. The reference variable is value, which contains a lowercase string such as itential,llc.uppercaseString is ITENTIAL,LLC.