Skip to main content
Best answer

Clear date field when status is selected in Monday.com

  • February 22, 2022
  • 2 replies
  • 34 views

Forum|alt.badge.img

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

Best answer by Troy TessaloneBest answer by Troy Tessalone

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

View original
Did this topic help you find an answer to your question?
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

Troy Tessalone
Forum|alt.badge.img+14
  • Zapier Expert
  • 31147 replies
  • Answer
  • February 22, 2022

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


Forum|alt.badge.img
  • Author
  • Beginner
  • 17 replies
  • February 23, 2022

Thank you @Troy Tessalone! That did it!