What is your goal?
Hello,
I am trying to empty a text field using Monday API v2 with the “Update Column Values of a Specific Item” module. I use the emptystring keyword to force updating with null value.
What is the problem & what have you tried?
In the new version of the API, updating with the emptystring keyword does nothing. The field has not been emptied.
I tried to update with text or space and it works but emptystring is ignored.
Error messages or input/output bundles
[
{
"itemId": 8668128219,
"boardId": "1989804755",
"columnValuesToChange": [
{
"columnId": "text_mkzae6ag",
"columnValue": ""
}
],
"create_labels_if_missing": false
}
]
