Hi,
The below transform was created two months back, and it has been working fine all these days; today, I am getting the below error. Any idea?
There was an exception while calculating the value for this attribute. Error rendering template: $guid.substring(0,$guid.indexOf(β@β))
{
"name": "MailAliasWorkdayEmail",
"type": "static",
"attributes": {
"value": "#if($bsf.length() > 0)$bsf #elseif($nerm.length() > 0)$nerm #elseif($workdayEmailAlias != \"NONE\")$workdayEmailAlias#elseif($mailnickname != \"NONE\")$mailnickname#end",
"bsf": {
"type": "static",
"attributes": {
"value": "$guid.substring(0,$guid.indexOf(\"@\"))",
"guid": {
"type": "firstValid",
"attributes": {
"values": [
{
"type": "accountAttribute",
"attributes": {
"sourceName": "Workday FF",
"attributeName": "EMAIL_ADDRESS_WORK"
}
},
"@none.com"
]
}
}
}
},
"nerm": {
"type": "static",
"attributes": {
"value": "$guid.substring(0,$guid.indexOf(\"@\"))",
"guid": {
"type": "firstValid",
"attributes": {
"values": [
{
"type": "accountAttribute",
"attributes": {
"sourceName": "NERM",
"attributeName": "u_network_email_address"
}
},
"NONE"
]
}
}
}
},
"workdayEmailAlias": {
"type": "firstValid",
"attributes": {
"values": [
{
"attributes": {
"name": "workdayEmailAlias"
},
"type": "identityAttribute"
},
"NONE"
]
}
},
"mailnickname": {
"type": "firstValid",
"attributes": {
"values": [
{
"type": "accountAttribute",
"attributes": {
"sourceName": "Active Directory",
"attributeName": "mailNickname"
}
},
"NONE"
]
}
}
},
"internal": false
}