I have a dynamic form in which two table with add instance rowwhen i click a button all textfields value from table1 to table2 textfieldsthere are any short form of this button click scriptxfa.resolveNode(Table1.Row3[1].Cell1").rawValue = xfa.resolveNode("Table2.Row3[1].Cell1").rawValue;xfa.resolveN...