why records get ignored and skipped in transform map
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-08-2022 06:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-08-2022 06:25 AM
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
Regards,
Abhijit
ServiceNow MVP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-08-2022 06:27 AM
why it gets skipped
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-08-2022 06:33 AM
one of the reason to skip data is due to missing coalesce values.
You can find more detail here,
Regards,
Abhijit
ServiceNow MVP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-08-2022 06:35 AM
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.