I have an automation running to add dates in based on a label, I now want to clear the date fields and I'm not sure how
This is working to add in, what can I do to set the Target start and Target end dates to empty values?
{
"fields": {
"Target start" : "2023-02-23", "Target end" : "2023-03-22"
}
}
Hi @David Lee - I beleive you just replace the dates with null:
{
"fields": {
"Target start" : null, "Target end" : null
}
}
@Mark Segall I did that before submitting the request but with caps NULL. Tried lowercase and it works a treat.
Thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.