I would like to prefill a form field with an address from the last submitted form entry. I would like to know what formula to use to get the address text from the previous submission and preferably and example how to use the formula.
Solved! Go to Solution.
You need to have a โDateTime_Columnโ to determine wich data is the last submitted, Then create a virtual column โLast_Itemโ, and set this FORMULA:
=MAXROW(โYour_Tableโ, โDateTime_Columnโ)
In the INITIAL_VALUE of the ADDRESS column, set:
=[Last_Item].[Address]
P.D. Donโt forget to set Initial_Value of DateTime_Column to NOW()
User | Count |
---|---|
24 | |
15 | |
4 | |
3 | |
3 |