How to send a ClickUp dropdown menu in custom field via expression in the HTTP Request or ClickUp node?

I’m trying to update ClickUp custom fields using the ClickUp node in n8n. Most fields (text, email, phone, amount) work perfectly using expressions.

However, I’m having trouble with a dropdown custom field. I want to assign one of the dropdown options based on a value from a form submission.
This is the part that I am trying to fix:
{
“id”: “cb13bb47-fdc4-4439-9a28-1f971efd43d4”,
“value”: “{{ $(‘Edit Fields’).item.json.packageId }}”
}
i tried this one too:
{
“id”: “cb13bb47-fdc4-4439-9a28-1f971efd43d4”,
“value”: {
“id”: “2f5fa18f-6f36-4463-b4a7-201f4503ac0e”
}
}

Thanks for help-

Hey @ELTS_Digital hope all is well, welcome to the community.

I see you are having issues with some software called clickup and specifically with sending values for a dropdown custom field. Could you provide more details as to what operation you are trying to perform via that node. What is not working? What sort of error you get?