Best answer

Clear date field when status is selected in Monday.com

  • 22 February 2022
  • 2 replies
  • 31 views

Userlevel 1
Badge

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

icon

Best answer by Troy Tessalone 23 February 2022, 00:09

View original

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

Userlevel 7
Badge +14

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

Userlevel 1
Badge

Thank you @Troy Tessalone! That did it!