why records get ignored and skipped in transform map

Nilofer1
Giga Expert

why records get ignored and skipped in transform map

5 REPLIES 5

Abhijit4
Mega Sage

Hi,

If record already exist and if there are no changes in any field of the record then system considers it as ignore. In short if source and target records are same then this update will be considered as ignore.

Let me know if you have any further queries.

Please mark this as Correct or Helpful if it helps.

Thanks and Regards,
Abhijit

 

By marking my response as correct or helpful, you contribute to helping future readers with similar issues.
Regards,
Abhijit
ServiceNow MVP

why it gets skipped

one of the reason to skip data is due to missing coalesce values.

You can find more detail here, 

https://community.servicenow.com/community?id=community_question&sys_id=598550af1b99d41017d162c4bd4b...

By marking my response as correct or helpful, you contribute to helping future readers with similar issues.
Regards,
Abhijit
ServiceNow MVP

Saurav11
Kilo Patron
Kilo Patron

Hello,

The difference is pretty simple:-

If there is an record for which the transform map founds a match using the coalesce/unique value but there is nothing to update then it ignores

But if while loading the transform map for the source record does not find any match using the coalesce/unique value then it just skips.

Please mark answer correct/helpful based on impact.