Get Input
Spawn a dialog to interactively retrieve user input
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 asint
orlong
true
orfalse
can be auto-typed to abool
Variables
The following variables will be populated after executing this sub-action:
Description | ||
---|---|---|
<inputResult> |
| Variable name and type are dependent on the configured |
success | bool | if Example: true |