Mapping a Nested Array Child Element Outside the Nested Array Scope
To map a nested array child element outside the nested array scope but within its parent array, you must use the scoping variable of the parent array.
- Procedure
- Map the parent array root.
- Map the nested array root.
- Map the nested array child element.