Forum Discussion

pkudrys's avatar
pkudrys
Contributor
11 months ago

(JavaScript) Unable to get value(s) from TableVariable passed to a function

Hi folks,  I want to pass a Table Variable to my custom function and obtain value from defined row number and column name.  At first, I tried to follow the sample code from TC User Guide:  https:/...
  • rraghvani's avatar
    11 months ago

    MyVar is an Object, that just contains ColumnCount and nothing else. It should also contain TableVariable Object Properties. This is the reason why Reset fails, as there's no Iterator.

    You need to check this,

    to ensure it's returning the correct object type.