Help Centre › Building Processes
This article describes the RPA Input functionality to ask for a variable.
For a full list of available functions, please read INPUT functions.
Description
The INPUT Ask for a variable function allows you to ask for a variable.
Setting it up
To use the INPUT Ask for a variable function, follow these instructions:
{{popups:rpas/add:action=variable}}
Once on a process map:
- Navigate to the process where you would like to add the INPUT Ask for a variable function
- Click on the green button’s drop-down (right side of the green button labelled “Process”)
- On the menu that appears, click on the “+ Activity” item
- From here you can select the INPUT Ask for a variable option
- Click "Add" once you are done
Input parameters
| Parameter | Required | Type | Default | Description |
|---|---|---|---|---|
| Variable | Yes | Text | - | The variable name to store the user input |
| Prompt | Yes | Text | - | The text to display to the user |
Output variables
| Variable | Type | Description |
|---|---|---|
| Variable | Text | The value entered by the user |
Errors
| Error | Description |
|---|---|
| Cancelled | The user cancelled the input dialog |
Tips
- Displays a dialog asking the user for input
- The entered value is stored in the specified variable