Thunkable - Having trouble with simply getting Object Properties with API calls

These screenshots will explain:

When I put the response object into the label like this:


It shows this:

When I try to get the value of any object property like this:


It gives me a null:

Same exact null message when I try it like this as well:

Even with the Get Block, like this, I also get a null message:

It looks like something might be wrong. Thanks for any help. I will also be reaching out to the Thunkable support too!

-Hero

Hello,

I think this question should be posted to the Thunkable support forum. Here we offer assistance only with Backendless.

Regards,
Mark

Hi Mark. Thank you for responding so quickly. And allowing me to post this here for now. Peace. -Hero

Just wanted to circle back around and share what I learned from Thunkable support community. I was able to get the blocks to work. The Login response object actually had no issues (userId is not a property of these Object from JSON responses in the first place, sorry for the confusion). The Get block returns an array so this is what works:

I know this is for backendless support and this post might seem out of place and might even be removed. In case it doesn’t, hopefully others find it helpful if they search here. Peace and blessings!
-Hero