GainsightNXT (CS) Export difficult to determine failed records
In Gainsight NXT Company object, when I send a request to insert the records, I am getting the response in the jumbled order, in that case, how can I determine which record is inserted or not,
When insertion fails, error response is vague, where it returns failed field details without gsId or any other unique ID making it difficult to determine which record failed. in case there duplicate failed records. (same error) (This is batch export each consisting of multiple records)
"errors": [
{
"errorMessage": "Invalid/Inactive value provided for picklist.",
"errorCode": "GSOBJ_1012",
"fieldName": "Stage",
"invalidValue": [
"SomeStage Invalid Value "
]
}
”,