Hi. When filling out a form is there a way to...

Hi. When filling out a form is there a way to store any of the values from the previous form submission?

0 5 397
5 REPLIES 5

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:

Where is the screenshot?

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.

Top Labels in this Space