I have issue with below transform. Its always returns “negativeCondition”
My input date is 2023-11-13T15:21:29Z
{
"id": "68d3d8fa-fb61-4fb3-8bd3-",
"name": "Azure Lastlogin Transform",
"type": "static",
"attributes": {
"Logindate": {
"attributes": {
"negativeCondition": "active",
"positiveCondition": "inactive",
"firstDate": {
"attributes": {
"input": {
"attributes": {
"input": {
"type": "firstValid",
"attributes": {
"values": [
{
"attributes": {
"sourceName": "lastSignInDateTime",
"attributeName": "Azure Active Directory"
},
"type": "accountAttribute"
},
{
"type": "static",
"attributes": {
"value": "3000-01-01T00:00:00Z"
}
}
]
}
},
"inputFormat": "yyyy-MM-dd'T'HH:mm:ss'Z'",
"outputFormat": "ISO8601"
},
"type": "dateFormat"
},
"expression": "+180d"
},
"type": "dateMath"
},
"secondDate": "now",
"operator": "lt"
},
"type": "dateCompare"
},
"value": "$Logindate"
},
"internal": false
}