Data Transform form - Auto-map action
Usage
Use the Auto-map action to contextually automatically map data from JSON to the clipboard or the clipboard to JSON. Use this action with Page or Page List properties that has a data model of the property's page class exactly matches the JSON data model. The name and type of every child field is exactly the same in both the JSON data and the clipboard.
For more information on mapping and JSON serialization and deserialization, see the following articles on Pega Community:
Using the mapping API for high-performance JSON serialization
- Using the mapping API for high-performance JSON deserialization
Examples
Auto-map .Customer
to person
Auto-map .CustomerList
to people
Supported features
- Page
- Page List
Restrictions
- No page groups
- No Value Lists or Value Groups
Previous topic Data Transform form - Apply Data Transform action Next topic Data Transform form - For Each Page In and Exit For Each actions