Hello,
When i save an object to my “posts” table with user-token, an ownerId is created.
When i call GET “posts” table with “loadRelations=ownerId”, the relation does not work.
Do i need to create an extra relationship between “posts” and “user” table?
Thanks,
the “ownerId” column is not a relation, the column type is “STRING”, for the relations the column type is “RELATION”. As a result, you cannot use ownerId in the loadRelations request.
Regards, Mark
Thank you so much Mark!
I must tell that “Backendless” is awesome!