Avatar

Correct answer by
Level 10

Hi,

the resolveNode method needs somExpressions wrapped in quotes.

In opposite to FormCalc JavaScript doesn't support the numeric values in the accessors [] to resolve an specific instance.

Change your script into;

Page1.tabletest.Table4.resolveNode("Row1[" + Table4.Row1.instanceManager.count-1 + "]").Identity.rawValue = ...

View solution in original post