OIC data stitch not picking node value
Hi All,
I'm trying to map to a global variable the field 'lastSuccessfulSetDate' from below response:
{
"id": "39xxxbb5dc8",
"urn:ietf:params:scim:schemas:oracle:idcs:extension:passwordState:User": {
"lastSuccessfulSetDate": "2024-10-10T14:47:07.798Z"
},
"userName": "testuser123"
}
But nothing gets mapped in the data stitch. The element has some kind of encoding which can be seen as below:
What would be the correct way to map this field?
0