Hi. When filling out a form is there a way to store any of the values from the previous form submission?
Yes, if several values in the new submission are supposed to be identical to the previous entry, you could use an action button that copies a particular row into a new row; see screenshot below:
Another more advanced method that gives you more control would be to use MAXROW(…) function in a Virtual Column, and then enter [Virtual Column Name].[RequiredColumn] in initial value of any column that should be pre-filled with previous row’s data.
Check out the document below: https://intercom.help/appsheet/expressions/functions/maxrow
Thank you Reza. I will take a look at both options.
Where is the screenshot?
