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