Major Issue with New monday.com Modules

:bullseye: What is your goal?

The new monday modules do not handle the clearing of data (i.e {{emptystring}} or {{null}} ) cleanly.

This means your old scenarios which were clearing data in certain columns, aren’t actually clearing the data anymore if you moved them to the new version of monday

Try it yourself on any column that isn’t a status/dropdown/date column.

Please lodge a ticket with support asap so that they prioritize this fix

:thinking: What is the problem & what have you tried?

I tested on both old version framework and new version framework on every monday column available.

the Monday Module needs to have a clear column selection field in it for this to work. then the graph QL query workaround would not be needed.

Example on Link Column below of Graph QL input from the Module Summary

“columnValue” : {“url” : “” ,“text” : “”}

whereas the known way to clear the value is

“columnValue” : {}

My recommendation is the Monday.com v2 Module needs to use this when there is no value being entered. (Toggled with Switch)