The value does not change when I run the update function of zoho project.

The value does not change when I run the update function of zoho project.

The value does not change when I run the update function of zoho project.

  1. zoho.projects.update(portalID, projectID, "tasks", taskID, details_map, "connections");
↑ This is the function we are using.

The items we want to update are custom items.
How do I pass the value to update it?

  1.       "custom_fields": [
  2.         {
  3.           "column_name": "UDF_USER1",
  4.           "user": {
  5.             "zpuid": "111111111111111111",
  6.             "name": "test",
  7.             "id": 12345678,
  8.             "email": "test@test.com"
  9.           },
  10.           "label_name": "requester",
  11.           "value": "123456789"
  12.         }
  13.       ],
↑ When a custom item contains a value, this is the response when it is retrieved with the GET api.