Add row to datatable
Add row to datatable
Input parameters
Name | Description | Type | Required | Default value |
---|---|---|---|---|
Datatable | The table in which to add a column | PART | true | |
Code | Unique code for row. A good value for this field is the id of the data represented by this row. | STRING | true | |
Row data | Data for this row | ARRAY | false |
Output
Name | Description | Type | Default value |
---|---|---|---|
Row id | null | STRING | ADDED_ROW_ID |