Hi Team, I am trying out one transform which on Identity profile level, This flag is just to calculate the value based on email but I tried this one and it’s not showing any of the value, what I understood that there should be source and attribute value, my case don’t have any implicit value which I can provide it from Schema, I used Explicit Input Approach, I am just trying to set the flag and both of the attributes are available at identity level attributes.
"name": "Entra-EmailTestingTransform",
"type": "static",
"attributes": {
"input" :{
"IsempExist": {
"type": "identityAttribute",
"attributes": {
"name": "email"
}
}
}
},
"value": "#if($IsempExist != null)true#{else}false#end"
}```