We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

Robust Transform Map Ignore or Skip

Babuloo47
Tera Expert

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.

1 REPLY 1

James Chun
Kilo Patron

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