Open
Description
Description:
When creating separate records from JSON, the record editor re-uses the names of already defined records.
ie: If I create records for below two JSONs it will duplicate the name 'device'
{
"id": "1001",
"device": {
"deviceIdentifier": {
"id": "D1",
"type": "IMM"
}
}
}
{
"reference": "EXTERNAL_ID",
"device": {
"imeiNumber": "IM132"
}
}