Get Table Field Row

The Get Table Field Row block allows you to get the values from a specific row in a table by providing the table structure and the row number.

Get Table Field Row 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"] ] }
Row Number

The row number of the particular table row

Data Type : String

Example  : 1

Output Pins

Row

Desired Row Values

Data Type : List

Example  : [ "Value1A", "Value2A", "Value3A" ]
Example: Using the Get Table Field Row block in a real application

Last updated