Help Centre › Building Processes
This article describes the RPA Browser functionality to complete a form.
For a full list of available functions, please read BROWSER functions.
Description
The BROWSER Complete a form function allows you to complete a form.
Setting it up
To use the BROWSER Complete a form function, follow these instructions:
{{popups:rpas/add:action=browser-form}}
Once on a process map:
- Navigate to the process where you would like to add the BROWSER Complete a form 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 BROWSER Complete a form option
- Click "Add" once you are done
Input parameters
| Parameter | Required | Type | Default | Description |
|---|---|---|---|---|
| Element ID / Write pairs | Yes | Table | - | Element identifiers and values to write |
Output variables
This action does not produce output variables.
Errors
| Error | Description |
|---|---|
| Browser not open | No browser session is active |
| Element not found | One of the form elements could not be found |
Tips
- Fills in multiple form fields at once
- More efficient than multiple browser-write calls