before import set run log the time
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2025 12:41 AM
I have Created Data Source and import one excel and after load 20 records, made transform map, mapped records and then go on Schedule import refer same data source and select
Execute post-import script
gs.log('Scheduled Import "' + current.name + '" completed at: ' + new GlideDateTime().getDisplayValue());
set the timing and after this transform the transform map and data loaded in custom table .
but this is not correct.
Any Tell correct method or way to do
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2025 12:19 AM
Hi @DikshaC13033718 ,
You can manage schedule import and transform map in the following way.
1. Create Data Source
2. Create import sat table and transform map
3. Schedule import set and transform map together.
schedule the entire Import + Transform operation and check the "Execute Post script option".
Please mark helpful and correct answer if it's worthy for you.