Get Table Field Column

The Get Table Field Column block retrieves the values from a specific column in a table by providing the table structure and the column name.

Get Table Field Column block

Input Pins

Simple Table Field

Defines the structure of the Simple Table

Data Type : Dictionary

Example  :  { "headings": ["Column1", "Column2", "Column3"], "value": [ ["Value1A", "Value2A", "Value3A"], ["Value1B", "Value2B", "Value3B"], ["Value1C", "Value2C", "Value3C"] ] }
Column Name

The name of the desired column

Data Type : String

Example  :  Column1

Output Pins

Column Values

Desired Column Values

Data Type : List

Example  :  [ "Value1A", "Value1B", "Value1C" ]
Example: Using the Get Table Field Column block in a real application

Last updated