Hey guys,
I am getting this error: " TypeError: Object doesn’t support property or method ‘captureStackTrace’ " once I run my code. Could anybody please briefly explain what this error means and what I have to look for to fix it?
Thanks a lot for your reply!
The thing is, I am storing the data I want to query in a database. So what should I put instead of the dataset name? Is there a way how to convert a database into a collection?
You have a collection (=databse), use its name. Don’t use a data set if you want to use query. don’t use $w(“#”). Just put the collection name in the parentheses.