Skip to main content
Question

monday.com timline set to blank/null


Probably something simple. But I can’t figure out how to set a Timeline Column (to and from) to be null…

Example: When a date (or dates) are set in monday.com. I have my zap check for other info needed to create a google calendar event. If the needed info isn’t available I want to set the timeline column value back to blank/null but not change other fields in the row.

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.

5 replies

Troy Tessalone
Forum|alt.badge.img+14

Hi @boydbar 

Can you please post screenshots with how your Zap steps are configured for us to have context, thanks.


  • Author
  • Beginner
  • 9 replies
  • March 4, 2022

I am using a Change multiple columns action

and I have two timeline(Timerange) fields, one of them I need to set to be blank/empty/null what ever term you want to use.

 


Troy Tessalone
Forum|alt.badge.img+14

@boydbar 

Do you mean clear out existing values?

 

Otherwise, if you leave these fields blank, it should keep it as empty in Monday.

 

Have you tried testing?


  • Author
  • Beginner
  • 9 replies
  • March 4, 2022

Yes I want to clear out the existing values


Troy Tessalone
Forum|alt.badge.img+14

@boydbar 

Have you tried testing by passing in blank values via the Zap step?

 

Otherwise, you’d likely have to leverage the Monday API to clear the existing values: https://api.developer.monday.com/docs/timeline

 

App APIs can be used in Zaps as an action with the Code app or Webhook app.