Hi there,
I am setting up an AI agent to perform actions with a ClickUp task. I’m able to get the ClickUp task and read custom fields. However, if I ask it to update a custom field with a value, such as simply “Hello”, it errors with message Error during execution: Value is not a valid string
Here are the resolved fields (with IDs redacted). All are correct.
| Task Id | ... |
| location | [{"list_id":"...","team_id":"...","space_id":"...","folder_id":"..."}] |
| change value | [{"cf__...":"Helloooooo"}] |
| Custom field id | Short Blurb (Auto-Generated) ( |
However, in the configuration, if I set a specific value for “Value”, then it’ll actually set my custom field to that value. But it runs into the error if I instruct it to set it to the same string in my prompt.
Very confused what’s happening here but I wonder if “change value” is supposed to just be a string and not an array. However, even with creative prompting, I can’t get the AI Agent to output just a string for “change value” in resolved fields.
Any help/guidance will be much appreciated!




