In my form I have a field of type Int, but now by default it's all 0's for the records that are already there.
Is there any way to define a default value for that field, for all the existing records and to be inserted records ? I want to default it to blank or null values.
I can not leave the Initial Value null for this field and so it is set to a zero. If I null out the values from the form property it throws an error " Property value is invalid ".
Thank you.