Set Table Cell Value
Description
This functor inserts a value into a table.
Inputs
Name | Type | Description |
---|---|---|
Table | Table Type | Table where the value will be inserted. |
Column | Index Or Name Type | Name or index of the column where the new value will be inserted. |
Keys | Tuple Type | Corresponding key of the cell row. |
Value | Table Value Type | Value that will be inserted into the table. |
Outputs
Name | Type | Description |
---|---|---|
Result | Table Type | The resulting table containing the new column. |
Group
Notes
None.
Internal Name
AddTableColumn