Hi, Even i am facing this issue. i want the row count. No of rows present in the table. var myTable = xfa.resolveNode("form1.Main.Table1");var Rows = myTable.instanceManager.count;this.rawValue = Rows; and var rowObject = xfa.resolveNode("form1.Body.Table1._Row1")var numRows = rowObject.count;this.r...