Go to app
Academy
What's new?
Tray UAC
Developer
Connectors
Templates
Help Center
Back
Data Mapper
Overview
Operations (sample payloads)
Operations
Data Mapper Operations
Latest version:
3.5
Changelog
Map keys
Given an object, maps values to new keys. Returns a new object with the new keys.
Map list to object
Map an array of key value objects to a single object.
Map multiple values between objects
Map values between objects. Returns a new object with the new properties.
Map objects
Map object fields to new keys.
Map objects to list
Map an object or an array of objects to an array of key value objects.
Map one value
Given a value, map according to defined mappings. Returns the result of the mapping. If no mapping is defined for the value, returns the default value, otherwise returns null if no default is defined.
Map values
Given an object, or an array of objects, maps one or more values to new value(s). You may limit the mapping to specific object keys. Returns a new object (or array) retaining the original structure but with mapped values.
Previous
Operations (sample payloads)