Skip to main content

Hello, 

I’m trying to set up an automation that clears the date field in my Monday.com board when a certain status is selected. For example, when status = done, the “next checkin” field should be cleared out/null. I think the action I want is “Change Multiple Columns Value,” but I’m just not sure what to put in the date field to make it null. 

Thanks,

Elizabeth

Hi @erusso 

Try changing this setting.

NOTE: You’ll need to remap all the existing values you want kept.

You may need to add a step before in order to get all the values.

 

 

OR to clear the desired Date field value, you’d have to leverage the Monday API: https://api.developer.monday.com/docs/date

App APIs can be used in Zaps with the Webhooks app as an action step: https://zapier.com/apps/webhook/integrations#triggers-and-actions


Thank you @Troy Tessalone! That did it!