We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f49d864 commit 1a0f751Copy full SHA for 1a0f751
Integration/Import Sets/Import sets overview/TriggerTransformMap README.md
@@ -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