Mapping using UI
Data mapping involves the process of accessing information from preceding data points. This process does not involve altering or manipulating the data, but rather simply making reference to it.
Last updated
Data mapping involves the process of accessing information from preceding data points. This process does not involve altering or manipulating the data, but rather simply making reference to it.
Last updated
[
{
"name": "First item",
"nested": {
"example-number-field": 1,
"example-string-field": "apples"
}
},
{
"name": "Second item",
"nested": {
"example-number-field": 2,
"example-string-field": "oranges"
}
}
]