Skip to main content

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.

Hi @boydbar 

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


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.

 


@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?


Yes I want to clear out the existing values


@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.