pkudrys
9 months agoContributor
(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:/...
- 9 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.