Hello Experts,
I have created below DataCompare Transform. But getting the null error
I am comparing ADLastLogOn+50 days with today.
If ADLastLogOn+50 days is less than or equals to today.
Could anybody tell me what am I doing wrong here?
{
"id": "",
"name": "Test-DateCompare",
"type": "dateCompare",
"attributes": {
"firstDate": {
"type": "dateMath",
"attributes": {
"expression": "+50d",
"roundUp": false,
"input": {
"type": "dateFormat",
"attributes": {
"inputFormat": "yyyy-MM-dd",
"outputFormat": "ISO8601",
"input": {
"attributes": {
"name": "adLastLogon"
},
"type": "identityAttribute"
}
}
}
}
},
"secondDate": {
"type": "dateMath",
"attributes": {
"expression": "now",
"roundUp": false
},
"operator": "lte",
"positiveCondition": "yes",
"negativeCondition": "No"
}
},
"internal": false
}
