Hi,
Now I get errors on “allitems”
You’re trying to assign an object of type ‘any[]’ to a variable that id declared as ‘WixDataQueryResult’. It’s recommended that you use a new variable, such as “let newVar = …” to make sure that all code completion work correctly.
And for allItems.forEach I get
Property forEach does not exist on type ‘WixDataQueryResult’.
Sorry for all the problems. Thanks for helping.
Ron