-
-
Notifications
You must be signed in to change notification settings - Fork 531
Open
Description
I want to add is_date_after
function in date related fields.
Just for an idea scope, I'm writing the json as well
JSON:
{
"is_date_after": [
{
"add_date": [
{
"today": []
},
-60,
"day"
]
},
{
"var": "actionCreationTimestamp"
}
]
},
{
"is_date_after": [
{
"add_date": [
{
"var": "abcDate"
},
-22,
"day"
]
},
{
"today": []
}
]
},
Metadata
Metadata
Assignees
Labels
No labels