Show Input Message Box
Displays an input message.
This activity is used to display an input message box to prompt the user to input data that is saved to a variable.
Input
Input Message:
String Argument
Specifies the message to be displayed in the prompt.
Output
Output:
String Variable
Specifies the string variable to which the user-specified message is to be saved.
Last updated