How to make a form update a database row instead of new one?

Hey I have a doc where people submit their profiles via form.

How can I let them edit the profiles later on? I thought an easy way would be to just submit the form again, but this creates a new profile.

Thanks!

1 Like

hey @Joakim_Isoaho welcome to the community! This question has been addressed here:

1 Like

Hey @Johg_Ananda ! I’m grateful that you’ve already worked on this because I have a similar issue. I’m stuck on getting this step: Table A to have a formula column that generates a link to a form with the row information pre-filled. Could you help out with an example formula?
Thank you!!

1 Like

Hi @Erica_Wilson you need to use url parameters with your form. Its explained in this article here:

Good luck let me know if you need more help.