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: