Help Centre › Building Processes
This article describes the RPA Excel functionality to update row values (in a loop).
For a full list of available functions, please read EXCEL functions.
Description
The EXCEL Update row values (in a loop) function allows you to update row values (in a loop).
Setting it up
To use the EXCEL Update row values (in a loop) function, follow these instructions:
{{popups:rpas/add:action=excel-update-row}}
Once on a process map:
- Navigate to the process where you would like to add the EXCEL Update row values (in a loop) 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 EXCEL Update row values (in a loop) option
- Click "Add" once you are done
Input parameters
| Parameter | Required | Type | Default | Description |
|---|---|---|---|---|
| Sheet | Yes | Text | - | The name of the sheet |
| Column / Value pairs | Yes | Table | - | Column names and their new values |
Output variables
This action does not produce output variables.
Errors
| Error | Description |
|---|---|
| File not open | The Excel file must be open |
| Sheet not found | The specified sheet does not exist |
Tips
- Updates column values in the currently active row
- Use inside a loop to update rows one by one