Displays Wrong Error Message as 'Target record not found', but created/updated successfully through import set?

Nandhini10
Tera Contributor

Returning error message 'Target record not found' when creating/updating a record using import set API. Create/Update go through and transform is executed without any issues but the response message says 'Target record not found'. When using the admin user as an integration user, everything working as expected. 

Error Response :

{     "import_set": "XXXX",     

"staging_table": "u_test",     

"result": [       

 {             

"transform_map": "test transform",           

 "table": "test table",             

"status": "error",           

 "error_message": "Target record not found",           

 "status_message": "No field values changed"         }     ] }

Please refer below screen shot from POSTMAN :

 

find_real_file.png

User has been provided the below listed roles:

find_real_file.png

Could anyone please suggest a solution for this?

1 REPLY 1

Anshu_Anand_
Kilo Sage
Kilo Sage

With non-admin user, when you create it throws error

check the target table, if it has any ACL restrictions ?

The user you are using to create the record, impersonate it and manually create a record on that table. Is it creating?

Hope its helpful

Regards,
Anshu