Set value of a cell
Set value of a cell
Sets or updates the value of a specific cell in a CSV file, identified by the given column and row. It lets you change the CSV file data while the robot runs.
Options
CSV file
Select the CSV file already read by a previous CSV file reading action. The field lists the CSV files available in the flow.
Column to enter the information
Enter the letter or index of the column where the value will be entered. Example: A, B, C.
Line to enter the information
Enter the number of the row where the value will be entered. Example: 2 for the second row.
Value
Enter the value to enter in the cell. It can be a fixed text or the result of another action.
Returns
This action has no returns.
Rules and Conditions
- The CSV file, Column, Line and Value fields are required.
- The CSV file must have been read earlier by the CSV file reading action.
- The given row and column must exist in the file for the update to work correctly.
- The changes are applied in memory. Use a file writing action to save the changes to disk when needed.