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
}
]
}
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.
Please advise… I feel really lost here.