How to auto-populate a form with user details

I want to auto-populate a user detail when they want to fill the same form again, but how do I achieve that?

From my box of “I’m not proud of it but it works” ideas, you can try this.

Add some new fields to your User table. These fields will store the last value the user entered in your form.

When they save the form, set these new fields to equal the value they keyed in.

When the user opens your form, you can automatically default each field to the User’s last saved value.

I actually use this for my app. I store the unique ID of the last sale the user worked on in the new field “lastSaleWorked”. When they are in the system, I have a menu option which reads “Go back to Taylor Street Sale”, which gets populated based on the User’s “lastSaleWorked” value.

I am very new to bubble, i don’t know if a pictorial explanation of these steps will be good. Please!

Sorry to be the bearer of bad news but you’re basically asking for someone to design it for you. What you’re asking for is very basic bubble procedures. I would suggest watching some tutorial videos of saving to the bubble database and doing a search from the database to populate the values in the form