where condition list. am i wrong ?
i want to retrieve data from collections, and this is my javascript codes
var id = localStorage.getItem('id_device');
track.execute({ "data":{"where":'{"PIN":"usersdata":"addTracker","idPenambah":"'+id+'"}}'}});
i want to retrieve data from 'usersdata' where in 'addTracker' have condition too.
*PIN in usersdata collections
*idPenambah in addTracker collections
Thankyou