pass variables in transform map
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-10-2017 02:57 PM
Can we pass variable/arrays within transform map field maps or from onStart scripts to field maps?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-10-2017 03:18 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-10-2017 03:23 PM
Thanks Harsha. But I have a array which i declared as onStart transform script, but I want to look up that array in the field map scripts of the transform, is it possible ?
Thanks,

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-10-2017 03:36 PM
Please check if this helps.
Using arrays in Transform Map Scripts
Transform script for adding more rows into table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-10-2017 03:42 PM
Hi,
I checked those threads but none discuss about how I can access array I built as onStart script on the transform. I am trying to retrieve it in the field map script using JS.array, but I am getting not found error.