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.
- 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?
- "custom_fields": [
- {
- "column_name": "UDF_USER1",
- "user": {
- "zpuid": "111111111111111111",
- "name": "test",
- "id": 12345678,
- "email": "test@test.com"
- },
- "label_name": "requester",
- "value": "123456789"
- }
- ],
↑ When a custom item contains a value, this is the response when it is retrieved with the GET api.