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.

Input Pins
Output Pins

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

Input Pins
Output Pins

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