- Documentation
- Activities
- User Interaction
- Ask Question
Ask the user a question and get their answer
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
Form Title formTitle | string | Optional | Input Required | — |
Prompt Message promptMessage | text | Optional | — | — |
Input Type inputType | enum | Optional | text | —textpasswordnumberemail |
Default Value defaultValue | string | Optional | — | — |
Output Variable outputVariable | variable | Optional | userInput | — |
Output
$outputVariableStringUser input from the form
Compatibility
WindowsDesktopAttended
Related activities
Manual Action
Pause for the user to do something by hand, then pick one of your custom buttons. Branch on the choice with a Switch.
Request Approval
Ask the user to approve or reject. Stores a true/false you can branch on with an If.
Select File
Show a file picker dialog for the user to select a file
Select Folder
Show a folder picker dialog for the user to select a folder
Show Message
Display a pop-up message to the user
Wait For User
Pause an attended workflow until the user chooses to continue or cancel, or a timeout auto-resumes it. Branch on the chosen button with an If.