Robust Transform Map Ignore or Skip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2024 08:39 AM
Hi,
I am currently working in Robust Transform Map where I don't want the insert to happen in User table. If the target user is already present in the table then I would like to update that record.
If the target user is new or no existing record is available then I don't want the insert to happen in the user table.
Basically, I don't want any new records to be inserted in the user table with Robust Transform Map.
Is there a way of skipping or ignore the record.
Thanks in Advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2024 12:52 PM
Hi @Babuloo47,
I think what you are after is using the 'coalesce' functionality.
Refer to the documentation on the configuration - https://docs.servicenow.com/bundle/tokyo-platform-administration/page/administer/import-sets/task/cr...
Cheers