FirstValid Transform not working

Hi Team,

Working on a transform which i will need to put on identity profile attribute the catch is if the user account for the application exists then get the dataOk field else if the account is not there then populate N

{
    "id": "b2990f72-cc19-44c3-bf3e-e36f7c05e319",
    "name": "Identity-SAP DataOk",
    "type": "firstValid",
    "attributes": {
        "values": [
            {
                "type": "accountAttribute",
                "attributes": {
                    "sourceName": "SAP ECC QA",
                    "attributeName": "dataOk"
                }
            },
            {
                "type": "static",
                "attributes": {
                    "value": "N"
                }
            }
        ],
        "ignoreErrors": true
    },
    "internal": false
}

But when i evaluate this getting the below error:

Plug it into your identity profile and preview some identities to see if it works there. It’s possible that the VSCode plugin doesn’t validate correctly. I don’t see anything wrong with the transform itself, so I blame the evaluator.

1 Like