Is there a way to turn off initial values interpretation when adding a dataset?

Is there a way to turn off the interpretation of my data columns and the auto population of their "Initial Values" when I regenerate the schema or import a new database?

Often times the initial values are hidden in my UX when I'm creating so I always forget that AppSheet interpreted them, which leads to the app breaking. 

Is there an option to take AppSheet out of "beginner" mode and have it stop putting in any initial values?

When I was learning appsheet they were really helpful with simple use cases, but now that I'm able to think in AppSheet they are annoying. I wish that I could turn the population of "initial values" to always off. Does anyone know if there is a way?

Solved Solved
0 4 154
1 ACCEPTED SOLUTION

Oh, sorry, I completely misunderstood. No, there's no way to turn on any of Appsheet's oh-so-helpful suggestions, much to many power-users' despair.

View solution in original post

4 REPLIES 4

Regenerating should not have anything to do with initial values.

And what do you mean by "importing a new database"? Are you using the import CSV function? If so, you can include blank strings for any columns that you don't want the initial value to evaluate on.

Another option would be to include a yes/no column in your table that drives initial value expressions. Then basically replace every initial value expression with IFS( [new yes/no col] , original-expression ) . Thus you can set this new column to FALSE for any records that you don't want those initial values to evaluate on.

Howdy Marc,


@Marc_Dillon wrote:

what do you mean by "importing a new database"?


My apologies, I meant adding a table from a connected source.


@Marc_Dillon wrote:

Regenerating should not have anything to do with initial values.


If I need to add a new column to an existing table, then I am going into my spreadsheet and adding a new column. When I regenerate the schema, it interprets my new column "Austin Letter" as a date and sets the initial value as TODAY().

Patrick_Hodgkis_0-1680639909077.png

My column "Austin Letter" refers to a URL of a file and not a date and I'm frustrated that I have to go in every time and change the initial value. I wish it just never suggested one or that I could turn the suggestions permanently off.

 

Oh, sorry, I completely misunderstood. No, there's no way to turn on any of Appsheet's oh-so-helpful suggestions, much to many power-users' despair.

Thanks for confirming my suspicion Marc! I clicked around everywhere and thought that I was overlooking it in a buried menu somewhere.

Top Labels in this Space