Hello! @JaoPao, @ligui, @Kal_Lam,
I have read this thread with great interest (thank you all!), having spent a few hours trying Dynamic Data with repeat groups. As these nodes showed up in the “Connect Projects” page for the parent I just assumed they would link!
Having read this thread I tried a work around:
- Read the multiple nodes in a repeat group into a text node within one repeat in the Parent Form
- Then use join() command outside a repeat group into a different node
- Pass this new node (which is now outside a repeat group) to the Child form as usual
Unfortunately, this is not working. The Child form is reading all other shared nodes as usual but is not reading these ones. Any help is greatly appreciated. Thanks!
Here is the xform snippet for the Parent form:
Here is the xform snippet for the Child form:
I have tested the logic in a separate form and found it working fine, so it is only a linking issue. I am on KoboConnect.
The specific issue is that ${NumDEP} is successfully passing between parent and child. But ${DEPDefinitionList} is not. Thanks!


