Get Table Value

Description

Gets a value from a table.

Inputs

Name Type Description
Table Table Type Table to extract the value from.
Keys Tuple Type Keys corresponding to the desired value.
Column Index Or Name Type Column name or index where the value is located.

Optional Inputs

Name Type Description Default Value
Value If Not Found Table Value Type Value returned if any of the given keys is not present in the table. If not provided, an error is reported when the keys are not found. This is an advanced port. .none

Outputs

Name Type Description
Result Table Value Type Value extracted from the table.

Group

Notes

If the given keys are not found in the input table and Value If Not Found is not provided, this functor reports an error.

Internal Name

GetTableValue