store variable in a form

hi !

i've a form with fields
after the first entry, i want store a value and after fill this field with ; that way i don't repeat entering this field
when user leave appsheet, this variable is killed
thanks

 

 

1 3 194
3 REPLIES 3

Hello! You can put the initial value for this field. Just follow the numbers in the screenshot below

JuneCorpuz_0-1667742979961.png

 

thanks

the initial value depend the first choice from combi list -

is it possible to set an attribut to memorize the last choice ? 

You could use MAXROW() function  to capture the last choice in the initial value. However in general this will entail adding another column just for capturing MAXROW() and then getting the desired column's value in the initial value. 

However, generally such expressions doing an indexing on multiple rows tend to be sync time expensive. 

 

Top Labels in this Space