Hi @Kal_Lam and community, I am using two forms. The first one for collecting basic details about farmers, through a repeat group. Then when I try to get these details in the second one (child form), I get an error message (screen shot attached).
Yes, I have validated both forms with the ODK online tool which is not returning any errors.
I checked the online community for answers but this issue had been reported without any resolution.
Please help on how to use indexed repeat in the xls form. I am attaching both the forms for your review. Thanks in advance
Your ‘parent’ form also explicitly references formfr1 and formcb1 as xml-external files, but then never uses them.
Second, your child form has, likewise, an end_group without a corresponding begin_group. Further, you are referencing ${block} using an indexed-repeat(), but ${farmerreg} isnt a repeat!?!