Action group: Office
The action inserts a new line before the specified line.
Action icon
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Context | Action context for working with ods/xlsx table. | Robin.OpenSheetD oc | Yes | |
Row index | The row number before which the new row will be pasted. The numbering starts from 1. | Robin.Numeric | Yes | |
Values | Values for the new row. | Robin.Collection | No |
None.
There is a tabular document. It is necessary to insert a row with data after the last row in the table.
Use the actions "Open", "Paste line", "Save".
2. Set parameters for the "Open" action. In the "File path" field specify the path to the required tabular document "Test 1".
3. Set the parameters for the "Paste row" action.
4. Set the parameters of the "Save" action. In the "Context" field specify the context of the opened document "Test 1".
5. Launch the robot using the "Start" button in the top panel.
The program robot completed successfully.
A new row has been added to the table.