I have a Users table with custom property that is relationship to other table. However when I fetch User data this custom property is always null although I controlled in Backendless dashboard that it’s not empty. How can I fetch data from Users table relationship?
I’m using relationsDepth parameter set to 2, this problem occurs to me only in “Users” table with custom properties. In other table relationships load just fine.
After enabling “Autoload” and fetching user by id it works, and this custom property is populated, although when I get it using backendless?.userService.currentUser it’s empty, but fetching it by id is ok for me.