Date Compare Transform Error

Hi @Mahak14

this error means that one of your dates are not correct and looks like the secondDate is the problem, I can’t replicate the error because in fact for me your transform is working something like this:

{
    "attributes": {
        "firstDate": "now",
        "secondDate": {
            "attributes": {
                "input": "2022-01-30",
                "inputFormat": "yyyy-MM-dd",
                "outputFormat": "ISO8601"
            },
            "type": "dateFormat"
        },
        "operator": "GTE",
        "positiveCondition": "yes",
        "negativeCondition": "no"
    },
    "type": "dateCompare"
}

this error means that second date is not a valid date and the transform can’t perform the evaluation of the expression, please check that everything is correct and IdentityNow can read the account attribute “contractStartDate” without any problem.