Action group: Tables
The action adds a row to the end of the table.
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Data table | Table for which the action will be performed. | Robin.DataTable | Yes | |
Values | The values to be added. | Robin.Collection | Yes | |
Resize | Allow columns to be added to the table depending on the number of values passed. | Robin.Boolean | true | No |
When adding a row with values outside the used range, an error will be displayed. (For example, we add a row with 3 values, but the previous rows have 2 values each).
If you add values within the range used, no error will occur.
You have a CSV-table.
.
Add a row below and save the table under the name "NEW".
Use the "Get table from CSV", "Add row", "Table to CSV" actions.
The program robot completed successfully.
The row was added to the table.