Input Dialog
Shows a dialog which accept an input.
Input
- Dialog Title: Title of the dialog box
- Type:
System.String - Required
- Type:
- Dialog Label: Label of the dialog box
- Type:
System.String - Required
- Type:
- Input Type: Choose if the user should type their response or select from a predefined list.
- Type:
System.Int32 - Dropdown Options:
- Text Box
- Multiple Choice
- Type:
Output
- Value Entered: Given value for the dialog box
- Type:
System.String - Required
- Type: