Is there a way to make it so certain fields are not cleaned when a new entry is made?

Basically I want my form to maintain the values of specific fields every time the user makes a new entry unless they manually change it or the app is closed.

0 1 65
1 REPLY 1

It sounds like you want to use the Initial value property for some columns. You can create an expression that populates a new row with, for instance, values from the prior row, from the most recent row created by an individual user, or from a user's preferences (e.g., as saved in User Settings).

Top Labels in this Space