Example: Currently, if there are 100 objects in “tasks”, my app will do 100 queries to get the username from “Users” where the ownerId matches for each task record. It sounds like relations is the solution to make this one API call.
Problem: I created a one-to-many TasksRelation column in the Users table connecting to Tasks. I programmed a button to create object relations for every user with tasks. However, after reading the documentation and watching the video, I can’t seem to figure out why I can’t retrieve the relational data (see screenshots).
Additionally, please provide the response you receive and indicate which part of the data you believe is incorrect. This will help us investigate the issue more effectively.