2021.1

Table Of Contents
Connect 1.8 DataMapping Enhancements and Fixes
Extracting Variables without using JavaScript
Variables are frequently used in data mapping configurations as counters or as a way to
concatenate values before extracting the final result to a data model field. Until Connect 1.8, the
only way to extract those variables would be to create a Javascript-mode field and to use the
appropriate API syntax (e.g. automation.jobinfo.jobinfo1, or
sourceRecord.properties.MyVariable). We’ve now made it much easier by providing a pick list
of all available properties in the Extract Step. No JavaScript required!. (SHARED-54139)
Page 1689