Dynamic Data Attachment with Repeating groups

I have a form where there is a repeating group with questions. How Can I attach those answers to another form sing dynamic data attachment?

@CristhianFerreira, kindly please be informed that the dynamic data attachment feature at the moment does not support the repeat groups. Feel free to reach us back if you wish to sponsor this feature.

Is it possible to use the dynamic-data attachment where data from the parent form will be pulled to a repeat group of a child form? please note that i am aware that it possible to use pull data feature.

Yes it is possible; if you want to full data from the same form; do DDA connection with the same form.

Hello,

Is there a possible workaround to this? Like creating a calculate question outside of a repeat group which can then save each repeat entry as an entity? I would like to do this for my designed project where I have multiple plots nested within a block. The number of plots is dependent on block size, and therefore dynamic, which is why each plot is a repeat group. My parent form involves initial assessments of these plots and my child form is a follow-up assessment of the same plots. In my child form, I would like users to be able to select the plot at which they are located from a map and then have the plot information collected in the parent form autofill the plot information (like plot ID, slope, etc.) in the child form. Let me know if you would like me to attach my parent and child XLS forms.

Thank you very much for any help you can provide!

Sorry about this but the dynamic data attachment does not currently support repeats from the parent fully. The best workaround per now is to specially attach the responses in the repeat to another calculate question out of the repeat in the parent form. Then the new calculate question responses can then be accessed by the child form. Functions like selected-at() or string functions might then be used to access instances of the repeat at child form level.