User settings and initial value

I am using the user settings to filter certain slices and am wondering if itโ€™s possible to have the initial value for a column in a form auto fill based on the user settings as well. So far I havenโ€™t been able to make this work.

Here is what I tried - and it just made the column invalid as it filled in true or false. True if no user setting was selected and false when it was.

0 3 606
3 REPLIES 3

Steve
Platinum 5
Platinum 5

[EvacCenter]=USERSETTINGS("Evac Center")is an expression that asks the question, โ€œis the EvacCenter column value equal to the Evac Center user setting?โ€ Hence the TRUE/FALSE result.

If you want the columnโ€™s initial value to be the value of the Evac Center user setting, set the initial value expression to, simply, USERSETTINGS("Evac Center").

Excellent! Thank you Steve.

Hello Everyone, Is there a way to repopulate or move data to usersettings form view ?

I more details in the link - https://www.googlecloudcommunity.com/gc/AppSheet-Q-A/Usersettings-Form-View/td-p/762640

Top Labels in this Space