I set up the User Profile feature with additional columns (fields) as described here:
However, when I created a form for the user to update information/ add to his profile, it adds it all on row 1 - just keeps wiping out the information from first user.
How can you have Users each update their own profile fields?
Do all fields have to be ‘user specific’ enabled even though the app creates on user per row?
This is pretty confusing and doesn’t seem to be covered in documentation.
The way I do this is apply row owners to the user sheet and then add as many columns in that sheet as customizable fields you need. Then, because each user is only allowed to see their row, you can simply expose the columns on an editable page and voila. Each user has their own row of information to edit. In this way you do not need a form, as forms will always write to a new row.