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.

Input Pins
Output Pins

Last updated
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.

Input Pins
Output Pins

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