I think there is no form object in yout form named „xfa“, isn't it? I this way the result „null“ is correct.The correct script should propably be:this.resolveNode("ChildSubform.MyTextfield").rawValueHere's a very good explaination of how the resolveNode() and resolveNodes() methods work: resolveNode...