@yisrael-wix Surely I have the content.
That’s why is used the isNotEmpty() function…
( A new error is coming )
wixData.query("Topic")
.isNotEmpty("rating")
.find()
.then((results) => {
let items = results.items[0];
let arr = items.rating
console.log("arr " + arr)
Console →
(Working properly)

But… →
![]()
If I convert the field, this error will come →
![]()
If I don’t convert the field, this error will come →
![]()