Unable to save object - invalid data type for properties.

always the same :slight_smile: the one above in this thread. unable to saveā€¦ invalid data type.

Got it. I will open an internal ticket to investigate this further. By design the system should automatically change the data type (if it can)

I see. Thanks for the support!

I too have this error.

private Integer seed;
 
public Integer getSeed() {
  return this.seed;
}


public void setSeed(Integer seed) {
  this.seed = seed;
}

Error:

BackendlessException{ code: '1007', message: 'Unable to save object - invalid data type for properties - seed. You can change the property type in developer console.' }

In Backendless, seed is of type INT, has no default value and no constraints.
My objectā€™s seed contains a non-null value.

Iā€™m using CodeRunner 3.0.19
App ID is BCB142A0-18F1-FBF7-FF11-62C0FB401500