Generates a random text.
This activity generates a random text based on the given input size and text case.
Size: Integer Argument Input the size of the random text.
Integer Argument
Text Case: Select the text case in which the random text is to be generated.
ToUpper - Changes the given text to upper case
ToUpper
ToLower - Changes the given text to lower case
ToLower
Result: String Variable Stores the random text generated in the specified String variable.
String Variable
Last updated 3 years ago