====== Set Table Cell Value ====== ===== Description ===== 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]] | Keys corresponding to the row where the value will be inserted. | | Value | [[Table Value Type]] | Value that will be inserted into the table. | ===== Optional Inputs ===== None. ===== Outputs ===== ^ Name ^ Type ^ Description ^ | Result | [[Table Type]] | The resulting table containing the new value. | ===== Group ===== [[Functor List#Table | Table]] ===== Notes ===== None. ===== Internal Name ===== SetTableCellValue