Best practice for script after transform map.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2025 06:37 AM
Trying to determine the best way to do this. I want to run a script AFTER a transform mapping has completed. I don't need to run anything on a per-row basis.
I need to add/remove people from a group but only after the transform map has completed.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2025 06:45 AM
Hi @bigbacon
You can use "Oncomplete" Transform script as it runs after entire transform is completed.
As per ServiceNow docs,
When: The onComplete event script is processed at the end of an import run, after all data rows are read and transformed.