Action group: Tables
This action is used to set a value in the specified cell.
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Data table | Table for which the action will be performed. | Robin.DataTable | Yes | |
Column name | Name of the column for which the data will be set. If the field is not filled, then the value from the «Column index» field is taken. | Robin.String | No | |
Column index | Index of the column for which the data will be set. Indexing starts at 0. If the «Column name» field is filled in, the value in the «Column index» field is ignored. Default value is «0». | Robin.Numeric | No | |
Row index | Index of the row for which the data will be set. Indexing starts at 0. | Robin.Numeric | Yes | |
Value | Value to be written to the selected cell. If there was already some value in the selected cell, it will be overwritten. | Robin.Object | Yes |
None.
There is a table in CSV format
.
You need to insert the value 462 into cell D3 and create a new table with the updated data.
Use "Get table from CSV", "Set cell value", "Table to CSV" actions.
The program robot completed successfully.
The cell is filled.