Hello dear hubspot community!
I have two simillar contacts with property “hs_lead_status” = empty value on UI.
But when I’m requesting them via API I have 2 different values. One contact has “hs_lead_status”: null, but other one has “hs_lead_status”: “”.
For analytics purposes I need to have exact same values, so I’m trying to find is it even possible to set “” to null value?
I tried to unset value via UI, API request and imports, but contact with “” still have “” how I wouldn’t tried.
Thank you in advance!
{
“id”: “11572901”,
“properties”: {
“createdate”: “2023-09-11T13:21:39.531Z”,
“hs_lead_status”: “”,
“hs_object_id”: “11572901”,
“lastmodifieddate”: “2024-03-22T11:18:53.422Z”
},
“createdAt”: “2023-09-11T13:21:39.531Z”,
“updatedAt”: “2024-03-22T11:18:53.422Z”,
“archived”: false
}
{
“id”: “3301138120”,
“properties”: {
“createdate”: “2024-03-22T11:21:38.907Z”,
“hs_lead_status”: null,
“hs_object_id”: “3301138120”,
“lastmodifieddate”: “2024-03-22T11:23:40.849Z”
},
“createdAt”: “2024-03-22T11:21:38.907Z”,
“updatedAt”: “2024-03-22T11:23:40.849Z”,
“archived”: false
}