Get Input

Spawn a dialog to interactively retrieve user input
Get Input Dialog
Get Input Dialog

Preview

preview

preview

Parameters

Title
Text required

Enter the title for the dialog box

Prompt
Text required

Enter the prompt text for the dialog box

Original Text
Text

Optionally enter a default value for the input box

Output Variable
Text required
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

NameTypeDescription
 

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

Example Value:true

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

 
Variables generated by all triggers and available within all action executions.