WDE005 Error but both have identical Collection Name

Im doing a print ordering website. but unfortunately, I got a WDE005 error when I do a conditional statements regarding the sorting of element data in a dropdown although I have same database name, collection name on both the code and the collection properties.

Can anybody suggest any solutions to these issues. :heart: aside from telling me it’s case sensitive (as I did ctrl+C - ctrl + V’d it already) to ensure they are both identical.:persevere::persevere:

Corvid Lords I’m kneeling before you! Spare my nooby brain… :sob:

Hey,

Please post a snippet of your code and a screenshot of the collection settings/a link to your site, and we’ll be able to help.

Thanks!

Dara | Corvid Team

Hi Thanks.

I managed to solve this problem already. but new problem came out., I followed the same code patterns in dropdown filtering stated in Code Queen tutorial but I had been stuck at not able to view the dropdown list from the database. There’s a warning that says " The selectOption parameter at index 0 that is passed to the options function cannot be set to [object Object]. Options must contain either a non-null value or a non-null label."

Do you know how can I get rid of that?