Can I have a default value of enum in an AppSheet table?

729 Views Asked by At

I have a table which I use as a CMS to generate my templated documents. I have a column with ENUM values in it and I'd like to have a default value to be preset in the template. Can I do this in AppSheet?

2

There are 2 best solutions below

1
Afnan Shakeel On

You can set the initial value for that column in the table.

similar issue reference here

0
Mel On

This is doable by setting an INITIAL VALUE in your column properties.

You can check out these documents for more information:

Hope this helps.