Hello!
I have the following structure:

I would like to get all the T1 and T2 object in 2 lists.
If I use the following syntax:
var myList = xfa.form.form1.Page1.Main.nodes; to get the parent subforms
I get two types of objects: _H1 ... _HN and H1 ... HN. (_H1 ... HN objects have only get access.)
Is there a nice way to get only the H1 ... HN object so I could keep working with them to get the T1, T2 child objects?
Thanks and best regards.