Get data from the user table

how can I get from the user geoPoint relation?

Hello,

If user object has 1:1 relationship, I guess, the best way is using “autoload” or using “loadRelations” query

You can read more by the following link: https://backendless.com/docs/js/data_relations_retrieve_overview.html

Regards, Vlad

I want to use the GeoPoint In my code ,But I can not pull him out of the server. I do manage the rest of the columns because it’s Bool but because it’s relation to GeoPoints It gets complicated
ty bro

Have you tried the approach suggested by @vladimir-upirov above?