Robust Tranform map has not map all field ?

angel kumari
Tera Contributor

Hey,

I am completed all the step correct  then  while we transform the data then all field not tranfor to creat incident ,

so could any one figure out the error.

MY SCRIPT HAS-

(function(input) {
// Add your code here.
if (input && input.staging.type == 'Incident') {
return true;
} else {
return false;
}
})(input);RT1.JPGRT2.JPGRT3.JPGRT4.JPGRT5.JPG

1 REPLY 1

Manoj89
Giga Sage

Hi,

 

If you want to fill reference fields try getting the sys_id of those values using "Robust Transform Engine" on your staging ETL entity

Here, temp is my staging entity

Manoj89_0-1695471568250.png