Wix bulkInsert not inserting 0 or false values into Google Cloud SQL (Postgres)
I’m using wixData.bulkInsert to insert records into a Google Cloud SQL (Postgres) database. The issue is that numeric 0 and false values are not being saved, even though they are present in the final object sent to the bulkInsert method.