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:39 PM
I am not very much aware of this API, Can you please give me example of how to use it to run a transform map.
Thanks,
Aindrila

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2023 10:35 PM
You need to create a custom action and call it in the flow designer, if youare alright to run the transform map asynchronously.
If you want the Transform map to be run synchronously then BR is the way to go.
For either case, you will need access to use GlideImportsetTransformerAPI.
Refer below link to understand better:
Aman Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2023 12:43 AM
I am able to progress something.
I used the below script to run the transform maps. This code run all the transform maps assosiated with the source table "ldap_import" successfully.