Tables can be confusing to use sometimes, especially through script!I created a simple 3x3 table. That means I have a header row and three rows.If you want to get to an element of that table, you can use the follwing syntax:xfa.resolveNodes("form1.Table1.Row" + i + ".Cell1").item(0).rawValue;where i...