InputBox

Estimated reading: 2 minutes 2002 views

This activity is utilized whenever there is human intervention required to provide inputs for processing during execution.

Properties

INPUT

InputJson: *This parameter specifies the fields and values for an input box that collects information from the user during execution. Values can be hardcoded or provided dynamically as a “String” datatype but must adhere to the below “Json” format.

“[
{‘Label Name’: ‘Sample’,’Label Value’: ‘SampleValue’, ‘Value Max Length’: 20, ‘Required’: true}]”

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. 

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.
Version: It specifies the version of the FS automation feature in use.

OUTPUT

Output: It helps to view output of the activity in “Datatable” format with the user provided values in the input box. 

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. 

Share this Doc

InputBox

Or copy link

CONTENTS