Avatar

Level 2

I tried to do a rowcount and then set the target row at rowcount+1, but then I couldn't figure out how to send the text to the target row.

//count rows

var numberOfRows = form1.sfApp6.tableApp6A.Row1.instanceManager.count;

//add row

this.resolveNode('form1.sfApp6.tableApp6A._Row1').addInstance(1);

//Set target

var targetRow = numberofRows+1;