The following line of code seems to point to a particular instance of
Table1. xfa.host.resetData(CARDS.resolveNode("Table1[" +
this.parent.parent.parent.index + "]").somExpression);So if Table 1 is a
repeating subform, the script should only reset the value of the field
in the targeted instance.If you want to reset the values in all
instances of the table, you could either:- target Table1's container,
assuming there is no other information in that container that you would
want to keep: xfa.host....