Create and update using Import API

Jake Adams
Tera Contributor

Hi Team,

 

I want to create and update Incident using the import API.

 

I have given Number as Coalesce in the Transform Map, So I don't have any issues in updating the Incident.

 

When trying to create Incident using the same Import API I am getting error status as below:

 

"status": "error",
"error_message": "Unable to resolve target record, coalesce values not present: u_number; Invalid table ",
"status_message": "Unable to resolve target record, coalesce values not present: u_number"


How to use the same Import API to Create and update an Incident?

2 REPLIES 2

Maik Skoddow
Tera Patron
Tera Patron

Hi

what field is "u_number"? In the incident table (or let's say in task table, where the OOTB field is coming from) the field name is "number"!!

Maik

Hi,

The u_number is coming from the import table and it's mapped to Number in Incident.

So, while creating Incident using the import API I am getting the above mentioned error