Hello community,
I have been working on an issue that a group of users have brought up. Where an attribute was not properly populated in one of our sources. After digging into what the root cause of this being wrong was we updated the information in the HR source. When looking at the Account for the HR source it is showing the correct value of the attribute. After reviewing the Identity Profile Mappings for this source I saw that a transform was being called on the data. Any ideas why these values are not updating?
DATA listed on the CUBE:
Account Data:
Identity Profile Mappings:
Transforms:
{
"id": "50c9a7a0-5b78-42ef-abea-0b7f808f0bd8",
"name": "Transform - SecZetta - Location Id",
"type": "substring",
"attributes": {
"input": {
"attributes": {
"attributeName": "assignment_location_id_ne_attribute",
"sourceName": "SecZetta Assignments"
},
"type": "accountAttribute"
},
"begin": 0,
"end": 4
},
"internal": false
}
{
"id": "39cc30f7-b140-498d-9ee2-950cff623a05",
"name": "Transform - SecZetta - Ministry Code",
"type": "substring",
"attributes": {
"input": {
"attributes": {
"attributeName": "assignment_facility_id_ne_attribute",
"sourceName": "SecZetta Assignments"
},
"type": "accountAttribute"
},
"begin": 0,
"end": 4
},
"internal": false
}