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.
This looks like one of those quirks with Monday.com API v2 emptystring doesn’t always behave like an actual null update anymore.
From what you shared, your request is technically valid, but the API tends to ignore empty values for certain column types instead of clearing them.
Usually the issue isn’t in the Make module itself, but in how the API expects the value to be formatted when you want to truly empty a field.
Is that column a simple text column or a different type?
I understand @Nicolas_YVON . It’s time comsuming/inconvenient for sure.
For a long-term solution, you could open a technical support ticket with Make so the development team can take a closer look and see if it can be resolved. (They helped me a lot in a similar case when some modules didn’t work the same way anymore after switching from the Pipedrive API V1 to V2).