Hi there, @brennanlgaming… if you want to keep past applications, I would suggest that you move most of those fields from the User data type into a new data type called Application. If you go that route, you could create a new thing in the Application data type every time a user reapplies, and you could prepopulate the new application with info from the user’s most recent application. You would also have easy access to all of a user’s past applications by searching the Application data type for applications that are associated with that user (or you could store a list of past applications in a field on the User data type).

Any of that make sense? Hope it helps.

Best…
Mike

2 Likes