Hello,
I am trying to do a simple insert on with wixData, but when I am running the function instead of using the existing database fields, new fields are created wrapped in brackets
My code:
$w.onReady(function () {
//TODO: write your page related code here...
let newCoin = {
Price: "12345"
}
wixData.insert("Crypto", newCoin)
How it looks after going into the page: