"@odata.etag": "W/\"22447493\"",
"tvs_sivid2": "4422698",
"tvs_pendingwith": "None",
"statecode": 0,
"tvs_adminhayyakid": "HID-00014835",
"statuscode": 1,
"tvs_name": "10000174",
"tvs_requestorhayyakid": "HYK-00012255",
"createdon": "2023-11-13T14:07:26Z",
"tvs_hodemail": "mali93@eand.com",
"tvs_requestororganization": "ORG-1002",
"tvs_requeststatus": "Approved",
"tvs_isemailsent": true
}
this is the response I have and I want to loop through each item and append in a array variable like this {"KeyValue":columnName,"Value":columnValue}
output should be like this
[{
"KeyValue:":tvs_sivid2,
"Value":4422698
},
{
"KeyValue:":tvs_name,
"Value":10000174
}] and so on

Report
All responses (
Answers (