Hello!
When I am submitting child cases to CommCare, the link to the parent case is supposed to look something like this:
<n0:index>
<n0:parent case_type="Household">15fdc4f7-4ccc-488e-98e3-3bebc2909f26</n0:parent>
</n0:index>
The closest I have gotten to emulating this using the adaptor is the following syntax:
This syntax results in the following xml:
<n0:index>
<n0:parent case_type="Household">
<function>9eb64cab-edd7-4447-87e9-64178e9b9faf</function>
</n0:parent>
</n0:index>
I haven’t been able to find a way to get rid of that tag so that the code is just inside the parent tag. Have you run into this before?