Hi, I have validator to ensure the number entered (if any) is greater than zero. (see screenshot)
And this works as expected when trying to enter/change the data via the Backendless console and also when using Deep Save via Cloud Code. (i.e. it returns an error if 0 or less is entered).
But when I use a Bulk Create within a transaction to save the data, then the validation seems to be bypassed and I am able to save data that should not pass the validation. Am I doing something wrong?