Run/trigger a transform map from flow designer or business rule
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2023 10:23 PM
Hi All,
We have a requirement, where we just want to call/run two existing transform maps sequentially from flow designer or business rule using script .
Can anyone guide me how to call/trigger a transform from flow designer/business rule whichever is the best approach?
Any help is appreciated.
Thanks,
Aindrila
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2023 10:29 PM
Hi @Aindrila Mondal ,
Hopefully this should help you : https://www.workingcode.in/question/how-to-automatically-run-transform-map-using-script-servicenow/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2023 10:37 PM
Thanks.
Yeah i came across this document ,but t's glide recording to scheduled import set right.I dont need scheduled import, just want to runt he transform map from scripts.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2023 10:39 PM - edited 11-26-2023 10:40 PM
Then please explore GlideImportsetTransformerAPI
as suggested by @OlaN and @Aman Kumar S .
References - https://developer.servicenow.com/dev.do#!/reference/api/utah/server/no-namespace/GlideImportSetTrans...

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2023 10:30 PM