String Capitalize (Capitalizes the first character)
Converts the first character in the given string to uppercase and the remainder to lowercase according to mode.
Properties
String: The string that’s been worked on.
Output
Output-location: Location to store the output data
Example
Let’s say the data being worked on is the response (output) body with value of “hello world”
. By applying Data Capitalize, the first character of the value is capitalized to “Hello world”
.
To capitalize all the characters, use the action string upcase.