Hi I am trying to do in postman what I can do in SOAPUI
{
“Code”: “{Code}",
"Temp": {Request#Response#['Content']['{StartDate}’][’{day}'][8]['Temp']},
"DiaryDate": "{Request#Response#['Content']['{StartDate}’][’{day}'][8]['ADate']}",
"day": "{day}”,
“Length”: 1,
}
Global variables
{StartDate}
{day}
[8] is the object in the array
ADate is the data I need
Any help would be great