Avatar

Correct answer by
Level 10

I think the problem is you use the wrong index for the second table.

Try the following.

this.resolveNode('Table2._Row1').removeInstance(this.parent.parent.index);

View solution in original post