Assign data to datatable column
Assign data to datatable column
Input parameters
Name | Description | Type | Required | Default value |
---|---|---|---|---|
Datatable | The table in which to add a column | PART | true | |
Column | The code of the column to assign data to. | STRING | true | |
Row | The code of the row to assign data to. | STRING | true | |
Value | The value to add to the column of the row | STRING | true |