String Downcase (Downcase ALL characters)
Converts all characters in the given string to lowercase according to mode.
Properties
String: Location of the string to downcase
Output
Output-location: Location to store the output data
Example
Let’s say the data being worked on (target) is the response (output) body of the flow data with value of “HELLO WORLD”
. By applying String Downcase, the all characters of the value is downcased to “hello world”
.