Dear team, I’m having a hard time getting values from a response object provided by Web API from Backendless. It’s strange. I wonder what I might be doing wrong here:
First let me show you what I get when I put the whole response into a label:
{"lastLogin":1708577375153,"slices":90,"userStatus":"ENABLED","saved":null,"ownerId":"01AA8D65-ED84-76E9-FF2A-DADCE0CA9300","points":896,"shares":5,"pushId":null,"skips":null,"hearers":0,"seshes":3,"___class":"Users","theme":null,"blUserLocale":"en","speeds":4,"objectId":"01AA8D65-ED84-76E9-FF2A-DADCE0CA9300","email":"alice@yourmail.com","events":["Testing123", "TestingABC", "TestingXYZ"],"latest":null,"created":1707625253090,"accountType":"BACKENDLESS","streak":0,"socialAccount":"BACKENDLESS","oAuthIdentities":null,"friends":null,"special":100,"smthng":null,"name":null,"spoken":100,"location":null,"user-token":"CC7A0616-CE58-41D2-9701-1B2A1A868DBD","updated":1708569264064,"mark":"01AA8D65"}
These are the blocks that got the above response:
I get a “null” when I try it 2 different ways below:
Even with the Get block for the SaveObjectAPI, I get a null:
I’m getting these same results on both web app and ios Live Testing. Thanks for any help.