o1lab replied
wkw replied
Hi Shard@discord. The default values are assigned to columns when they are not specified. They won’t show in UI when you create a new row nor a form view.
System fields are disabled in Form View on purpose.
wkw replied
for the “Option” field even though the type of it is text, I can only use integers as Default value.
I believe you missed the single quote
Shard replied
And for the option field if I want to set a default text value I need to write it like this: “blabla” ?
wkw replied
you don’t need to hide anything. Default value means if the column takes this value if it s not present.
wkw replied
For example, if i hv a column called ‘colA’ with default value ‘abcde’ and a column called ‘colB’.
Let’s say i input colB with sth, when i submit the form, it ll triggere the API to insert the data to db. the db sees there is no value for colA, then it ll feed the default value there
wkw replied