The Message Box activity is used to display a message to the user. It can show information such as the output generated by specific actions, like extracted data or results from bot operations.
INPUT
ExpirySecs: Indicate the duration in seconds for which the input should be displayed. Provide the time value in seconds. The default setting is “10 seconds.” This field only accepts the “Integer32” datatype.
InputString:* This parameter indicates to provide the “Input” value or variable to print the output during execution. You have the option to either hardcode the values in the “String” variable or pass the values as “String” datatype. This accepts only the “String” datatype.
MessageTitle:* This parameter specifies the Title of the input box, allowing you to display a custom title for the input prompt. It accepts only the “String” datatype, which can either be hardcoded or provided dynamically as a “String” value.
Text Alignment: This parameter indicates to provide the text alignment format. Select the options from the drop-down,
1. Left
2. Right
3. Center
4. Justify
MISC
DisplayName: Displays the name of the activity. The activity name can also be customized to help in troubleshooting.
SkipOnError: Specify the Boolean value as “True or False.”
True: Continues to execute the workflow irrespective of any error thrown.
False: Stops the workflow if it throws any error.
None: If the option is specified as blank, by default the activity will perform the “False” action.
Vanish: It specifies the version of the FS automation feature in use.
OUTPUT
Result: It helps to view the execution state of the activity. It returns the values in Boolean format.
True: It indicates that the activity has been executed successfully without any error.
False: It indicates that the activity has been unsuccessful due to some unexceptional error thrown.
* Represents mandatory fields to execute the workflow.
Did you find this page helpful?
What didn't work for you?