Hi everyone
I made an application with glide and I put different languages in it and I have noticed that when there are two or three or more people connected, if one of them changes the language, it changes everyone, I have put the rowid in the languages and I don’t know why it doesn’t work for me.
Because that is not User Specific, then when one user changes it, it changes for everybody.
You would need to delete that column, and create it again as a User Specific column.
Because it’s connected to a Google Sheet, you won’t be able to delete it from the Glide Data Editor, so you’ll need to delete it from the Google Sheet.
However, I can see you use that column in lots of components. So I would recommend first creating the replacement user specific column via the Glide Data Editor, and then use the Find All Uses feature to identify and replace everywhere it is used. Once you’ve done that, you can safely delete the original column.