I am not able to update a custom field against a dealID in NodeJS

I have a deal with id: 208400

I have to set/update it’s one of the custom field that’s key is 223b11c172d10692d70cf07701bc2fb08dbb1c7b

let dealPd = await lib.DealsController.getDetailsOfADeal(body.dealId, () => {}) dealPd.data[‘223b11c172d10692d70cf07701bc2fb08dbb1c7b’] = body.interestLevel;
await lib.DealsController.updateADeal(dealPd.data);

What I don I access the deal details, then I try to update it’s key to one of the id that is 195.

I get this error

{“level”:50,“time”:1624425482638,“msg”:“Vandium Handle - Exception”,“pid”:15783,“hostname”:“MACs-MacBook-Pro.local”,“errorMessage”:“HTTP Response Not OK”,“errorCode”:400,“errorResponse”:"{“success”:false,“error”:“Date and time fields related to activities cannot be updated.”,“error_info”:“Please check developers.pipedrive.com for more information about Pipedrive API.”,“data”:null,“additional_data”:null}",“v”:1}

Hi,
Thanks for reporting the issue. Does the following wiki help with your challenge?

If the issue still persists, please feel free to create a new topic.