- Documentation
- Activities
- User Interaction
- Ask Question
Ask the user a question and get their answer: free text, or a pick from a dropdown or a set of radio buttons
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
Form Title formTitle | string | Optional | Input Required | — |
Prompt Message promptMessage | text | Optional | — | — |
Input Type inputType | enum | Optional | text | —textpasswordnumberemaildropdownradio |
Choices choices | array | Optional | — | The options to pick from, one per line Shown when inputType = dropdown / radio |
Default Value defaultValue | string | Optional | — | For a dropdown or radio, this must match one of the choices |
Output Variable outputVariable | variable | Optional | userInput | — |
Output
$outputVariableStringUser input from the form
Compatibility
WindowsDesktopAttended