Hi guys,
We are having trouble when we try to save some particular values in our schema.
The error is the next one:
{“message”:“Unable to save object - invalid data type for properties -planning. You can change the property type in developer console.”,“code”:1007}
And we send a object like pic sendData.jpg, you can see that planning value is 33.33
And in the schema, planning type is a DOUBLE (see dataTypes.jpg)
In fact, is not seems to be problem specifically with planning, it could happen with any another DOUBLE property of this schema.
Any clue of what could be happening here given the way that we send the data to the schema?
Thanks a brunch
Edit: If we change planning value from 33.33 to 33 works, but don’t know why.