akarsh
2 years agoNew Contributor III
Convert the Data to nested Json Document
My Input looks like this.
[
{
"error": "",
"stacktrace": "",
"reason": "",
"resolution": "",
"status_code": "",
"statusCode": 404,
"snap_details": {
"label": "",
"instance_id": "",
"class_id": "",
"build_tag": ""
},
"External_id__c": ""
}
]
I have to send the output in below format,
{ "External_id__c": "", "status": "", "updatedTime": "", "error": { "statusCode": "", "error": "" } }
Can anyone help me here.
I got this working today, it was more straightfoward than I thought, my steps are listed here: Questions a soap execute Template - #3 by acesario