The Zurich release has arrived! Interested in new features and functionalities? Click here for more

before import set run log the time

DikshaC13033718
Tera Contributor

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

abirakundu23
Mega Sage

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".

abirakundu23_0-1753687081803.png

 


Please mark helpful and correct answer if it's worthy for you.