To Upper
Last updated
Last updated
The To Upper node is used to convert all the alphabets in the string to UpperCase.
Let's say you want to convert all the chracters in cosmocloud
stored in $.variables.company
to upper case.
Set Variable Name
to $.variables.company
.
It will convert the string in place and store in the same variable. If variable $.variables.company
doesn't exist, it'll raise an error.
This node does not return any value, but stores the modified string in the same variable provided in <Variable Name>
in the flow context.
Field
Description
Required
Node name
true
Variable Name
Variable name containing string which you want to convert to Upper Case
true