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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.