Transform map & Transform script related issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hello,
I have a doubt related to transform script.
I have import excel data-> transform map(map the fields correctly)->written transform script -> transform->run transformation-> In transformation history there is no error but in import log nothing is visible.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @RadhaK432361738 ,
One possible reason could be the system property glide.importlog.log_to_table. By default, this property is set to false, which means information-level logs generated using log.info() are not written to the import_log table.
Import sets properties • Zurich Data and Automation • Docs | ServiceNow
That might explain why gs.log() is visible in the system logs, but log.info() does not appear in the Import Log.
Please set "glide.importlog.log_to_table" property as true. After updating the property, rerun the transform and check the Import Log again.
If my response helped, please mark it as the accepted solution so others can benefit as well.
Muhammad Iftikhar
If my response helped, please mark it as the accepted solution so others can benefit as well.

