Return Object Property from JSON Result

5h

Hi, I have done reading, and some testing. However I cannot seem to return just the single property from my JSON Object Result. The repsonse is:

RAW JSON:

{
“Result”: [
{
“PK_ID”: 7,
“UserGUID”: “MYVALUETO RETURN”,
“Email”: “somevalue”,
“Pin”: “somevalue”,
“_PK_ID_UserDirectory”: 7
}
]
}

image

image346×153 4.14 KB

I just need to return the UserGUID, the below is what I am trying to do, but it comes up null each time. I do get this response when I just set the label text.

image

Please advise… I feel really lost here.

Just to keep record and add some information, this is the Blocks I used to get the required value. Thanks to @muneer for posting a topic on Reading data from JSON

image