Hi all,
so I wanted to check if there is way to retrieve a specific record based on filter criteria,
Based on my Understanding so far i can only use table.selectRecordsAsync() to get the array of all the records . later need to perform filter using linear search on the returned array.
i wanted to check if i can get a specific record based on query condition as a response.
for example : From table animals … i need record where name == X, is there a better way than getting all the records and then i need to loop through until i find X.
kindly help me with this.
thanks,
Harshith