Get Table Value

Description

Get 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 This value to be returned if any of the keys is not present in the table. None

Outputs

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

Group

Notes

If the given keys are not found in the input table and the “Value If Not Found” parameter is not provided, an error will be reported.

Internal Name

GetTableValue