DataMapper
Reshapes data into a new structure.
Fields
| Field | Type | Required | What it does |
|---|---|---|---|
mapping | jsonata | yes | JSONata object constructor, for example { "id": input.body.id, "total": $sum(input.body.items.price) } |
Output
the mapped value
Reshapes data into a new structure.
| Field | Type | Required | What it does |
|---|---|---|---|
mapping | jsonata | yes | JSONata object constructor, for example { "id": input.body.id, "total": $sum(input.body.items.price) } |
the mapped value