Get Input

Spawn a dialog to interactively retrieve user input
Preview
Preview

Parameters

Titlerequired
Text

Enter the title for the dialog box

Promptrequired
Text

Enter the prompt text for the dialog box

Original Text
Text

Optionally enter a default value for the input box

Output Variablerequired
Text
default:inputResult

Enter the name of the variable you'd like to populate with the user input

Auto Type Output
Toggle
default:false

By default, all values are treated as text, or string variables.

Enable Auto Type to automatically determine the type for the entered value.

For example:

  • 0 can be auto-typed to a numeric type such as int or long
  • true or false can be auto-typed to a bool

Variables

The following variables will be populated after executing this sub-action:

Description
<inputResult>

Variable name and type are dependent on the configured Output Variable and Auto Type options

successbool

if Ok was pressed, then true, else false if canceled or closed

Example: true