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 | A UI Element that is on the template linked to the action | true | |
Code | Unique code for row. A good value for this field is the id of the data represented by this row. | Text | true | |
Row data | Data for this row | List | false |
Output
Name | Description | Type | Default value |
---|---|---|---|
Row id | null | STRING | ADDED_ROW_ID |