Forum Discussion

fidzah's avatar
fidzah
Occasional Contributor
6 years ago
Solved

Getting array value from property transfer

Hi,

The response that I get is something like this:

 

{
   "OperationResultType": "Success",
   "Code": 0,
   "Message": "",
   "Details": "",
   "ResultValue":    {
      "Ids":       [
         "177",
         "178"
      ],
      "Errors":       [
         "",
         ""
      ]
   }
}

How do I get the array value of "Ids" transferred to next test case?