Skip to content

Commit 1a0f751

Browse files
Create TriggerTransformMap README.md
1 parent f49d864 commit 1a0f751

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Executes a Transform Map on the given Import Set.
2+
3+
When working with Import Sets and Transform Maps in ServiceNow, it’s common to automate data transformation after a Data Source load completes.
4+
This script simplifies that by programmatically running the Transform Map using the GlideImportSetTransformerWorker API.
5+
6+
Fetches the Transform Map sys_id from the property tmap.tag.sys.id
7+
Transforms data from the specified Import Set into the target table
8+
Runs the transformation asynchronously (in the background)
9+
Pass the importset SysId from flow inputs after trigger the datasource

0 commit comments

Comments
 (0)