Transform through API script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-04-2023 07:38 PM
Hi ,
I have a requirement to transfer the data from import set table to target table through OOB API . So created a action step in flow designer and trying to transform data through GlideImportSetTransformer() API , however it is not working and no error in import set also . Please find the below code and help to fix this issue.
Seems GlideImportSetTransformer() API does not transfer data from importset table to target table.
Regards,
Rajan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-04-2023 07:55 PM
is there a reason you can use a transform map? seems like your trying to recreate the wheel. this may be something to push back on
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-04-2023 08:37 PM
Hi DC ,
Due to my requirement, i need to configure transform map in flow designer action step and need to fix why GlideImportSetTransformer() does not transform data from importset table to target table.
Regards,
Rajan.