Hi,
I am trying to set a column value which has the type Numbers to the value if 0 using API but it keeps resulting in a blank column instead of the numeric value of 0 for some reason.
Is it possible to do this? My mutation is using a JSON format for the data. All numbers are okay except from the number 0.
If it helps, this is what I’ve been using:
https://community.monday.com/t/change-column-value-with-php-variable/12587
Regards