Hi developers,
I am trying to use a ES with input nested data structures like:
<company>
<name></name>
<department>
<dep-name></dep-name>
<employee>
<name></name>
<surname></surname>
</employee>
<department>
</company>
If I drag the in-port of the service I get a form with only the fields belonging to <company>, no nested nodes.
The map data popup does not allow me to map the form to the <employee> for instance, only to <company> and <department>. The same happens if I try to map a table.
If I use the data bridge, I get all the nested structures properly mapped, but how should I populate them?
Moreover, How can I create nested structures of virtual fields in forms/data store?
Please help,
thanks, regards
Vincenzo