I’m experiencing an issue with a Duration field in Baserow.
In my application form, this field is optional and may sometimes be left empty by the user. However, when no value is provided, it seems to generate an error instead of being accepted.
What I would like is for an empty Duration field to automatically be interpreted as 0d (zero days), or at least to be accepted without causing a validation error.
Is there a recommended way to configure a Duration field so that empty values default to 0d? Alternatively, is there a best practice for handling optional Duration fields in forms?
Could you use the “value” field? It represents the “default” / “initial” value. If you set it to 0d, then if the value is left blank, we’ll default to that.