Mapping Nested Arrays
Before you map a nested array, you must map its parent root. The scoping variable is particularly useful when mapping the child elements in nested arrays.
The example below is that of a nested array, where
Address is a nested array whose parent is
Customer:
To map Address, do the following:
Procedure
Related concepts
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.