Is it possible to edit via a form button?

Hey Gliders!

Is it possible to edit (not add!) with a form button? I do not want to use the edit icon.

For more context, look at this screenshot.


I want this component to UPDATE/EDIT the LOGGED IN USER’s profile. Not add a new Username to a non-existant user.

If not, I’ll make a feature request.

Form submissions will always add a new row to the sheet.

To do what you want, create a details view and filter it by signed-in user. Then, add the profile fields you want to edit and it will update that user’s row in your profile sheet.

3 Likes