Clickup task create: additional fields

Hi! I am having trouble using this custom fields JSON. Is there a way to confirm the ID of the custom fields? I have done this by using get all tasks via clcikup node, but I keep getting an error message:

NodeOperationError: Custom Fields: Invalid JSON
at Object.execute (/usr/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/ClickUp/ClickUp.node.js:716:39)
at Workflow.runNode (/usr/lib/node_modules/n8n/node_modules/n8n-workflow/dist/src/Workflow.js:526:37)
at /usr/lib/node_modules/n8n/node_modules/n8n-core/dist/src/WorkflowExecute.js:451:62
at processTicksAndRejections (internal/process/task_queues.js:95:5)

this is a copy of the json I am using:

[{
“id” : “a30fa31d-324a-4e3d-bfd2-3e96ea217de5”,
“value” : “{{$node[“IF”].json[“name”]}}”
}]

I have tried using simple string as well, but error persists

[{
“id” : “a30fa31d-324a-4e3d-bfd2-3e96ea217de5”,
“value” : “TEST”
}]