Get 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 | This value to be returned if any of the keys is not present in the table. | None |
Name | Type | Description |
---|---|---|
Result | Table Value Type | Value extracted from table. |
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.
GetTableValue