I’d like two apps to work on the same Google Sheet. I built the first one and duplicated it, using the same Google Sheet. But the Users table, which is a Glide table and not a Google Sheet, is also shared between the projects. Whenever I add a user in one it gets added to the other.
Create a new table, make it a Glide Table, call it “Users New”.
In this Users New table, make sure you have 3 columns: Name (a basic text column), Image (a basic image column), Email (a basic email column)
Go to the display builder.
Click on the avatar image to enter the profile area.
In the right panel, change the data source from “Users” to “Users New”.
Just below, check the mapping is configured correctly.
Testing
You can test the setup on a live version of your project. Sign in with a new user. Make sure the correct user data appears in the correct columns in the correct Users New table.
Note
Perhaps Users New is not the name you want to give to your users table.
In the Judging project, Users table, try adding a user or editing a user. Does this change appear in the other project? If so, then the Users table is indeed being shared. Back in the Judging project, if you don’t need the data in the Users table, do not delete it. Instead, unlink the table (right click on the table name).
Thank you! This has solved my problem.
(Instead of creating a new table, I duplicated the old Users table. It worked just as well and saved me some trouble.)