Gets a value from a table.
| 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. |
| 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 |
| Name | Type | Description |
|---|---|---|
| Result | Table Value Type | Value extracted from the table. |
If the given keys are not found in the input table and Value If Not Found is not provided, this functor reports an error.
GetTableValue