displaying completed tasks by user
I can manually enter via the database, in which case i can get return values from the where clause. I can also create using by testing the create service for the new collection with the pointers(user_id & task_id) here are the screen shots
I created an entry in the collection with pointers using the database create service
I can use the entries but no values for user_id and task_id
when I run the query I get an error
i was trying to create entries in the collection from the form by use local storage items, and I get the same results