Skip to main content

Input Dialog

Shows a dialog which accept an input.

Input

  • Dialog Title: Title of the dialog box
    • Type: System.String
    • Required
  • Dialog Label: Label of the dialog box
    • Type: System.String
    • Required
  • 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

Output

  • Value Entered: Given value for the dialog box
    • Type: System.String
    • Required