since the last update there seems to be a problem with accessing the user profile in my app.
There will be shown only 3 of the possible 15 columns to be seen. Also in the viewing as section there is a link included although it is not in the users table.
Can i do hard reset in the user table or can i delete it somehow?
You are trying to configure the users profile configuration. That is not the configuration for the screen. Try editing the the components in the lower left panel. Add additional components to display additional info or to change how the title component looks.
Thanks @Jeff_Hager ,
i can’t find this component for editable user profile anymore which i already had.
I had a standard user profile with the “edit” button and submit function in case of changes. But this crashed somehow 2 days ago and i have to re-build it. I didn’t have to add an extra action to that. It worked out of the box.
I still don’t understand why the user profile doesn’t recognize the email in the glide table. It’s there but it doesn’t show the column as a possible choice, also the “viewing as” doesn’t show the email anymore but the role. If i set up a new project everything works well but my app seems to got hit. Also adding form elements is not possible, they won’t be shown.
Most of your columns there are User Specific. They should not be. This is why you cannot select the email column when configuring User Profiles. You will need to delete those columns and add them again, and make sure you do not tick the “make user specific” checkbox.
I chose 2 diff components to see if there is a difference. Data are not coming through (viewing as test/admin makes no difference).
If i’m setting up a new glide app it all works like intended.
Only use user specific columns if you expect multiple users to update a value in the same column in the same row. If each user has their own row, then you should not need to use user specific columns.