Import sets - there are states like "Skipped" and "Ignored". what does these mean?

vinitha3
Tera Guru

Can anyone explain me on the Import set states?

Thanks in advance,

Vinitha.K

3 REPLIES 3

Geoffrey2
ServiceNow Employee
ServiceNow Employee

One of them means that there were no fields updated, so the update was skipped/ignored. I'm not sure what the other means.


Pradeep Sharma
ServiceNow Employee
ServiceNow Employee

Hi Vinitha,



  • inserted - the record was inserted
  • updated - the record was updated
  • ignored - the input was ignored, the record was not updated and no new record was created
  • skipped - the input data was skipped (similar to ignored) due to missing coalesce values
  • error - there was an error processing the input

Reference :


http://wiki.servicenow.com/index.php?title=Web_Service_Import_Sets#gsc.tab=0


Yadin
Tera Contributor

Great, but why are rows being ignored instead of updating the target based on the coalesce column?