Message Box

You can select this activity to display a message box with the specified text and options.

This table lists the properties for the activity.

Property Type Property Name Description
Input Input Text The text to be displayed in the message box.
(Optional) Message Box Title The title for the message box. This field is optional.
Message Box Type The options to be displayed in the message box. Possible values: OK OKCancel YesNoCancel YesNo
Output Button Selection A String variable that specifies the buttons to be displayed in the message box. e. The options are: OK, Yes, No, or Cancel.
Response Code Response code for the activity. Possible values:
  • 200 to 290: Indicates a successful response or valid output.
  • 400 to 499: Indicates client error responses.
  • 500 to 599: Indicates server error responses.