Diving Deep into Appery for functionality
Hi my app allows teachers to pick an item from a list. (think One item shopping cart...) I then created a new collection that is storing this one item "homework" id and "student" id .. Ok so far everything is working great!... now how do I ...
use pointers to the original information collections (one named content and the other named betatesters) so that we can push that particular item and name with all the associated details (picture, description..numerous fields). to another page? end goal So when the student logs into the app, each has their own assignment on the assignment page that a teacher has created while logged in .... Im not sure how to write to the database with pointer fields ... can you help?